docs: clarify WebSocket setup steps and add missing configuration details

This commit is contained in:
retoor 2025-01-21 12:15:39 +00:00
parent 1513be57fc
commit cd5020b27b

View File

@ -1,9 +1,12 @@
# Setting up a websocket using Python aiohttp
## About example
The whole websocket handler is tolen from the original docs.
## Descripotion
The whole websocket handler used in this example is stolen from the original docs of aiohttp.
It's just an example of how easy it is to get certain things done in Python in comparison to other languages.
This is from A to Z, a full python setup with environment and working service.
Total setup time: around 10 minutes from start I guess.
## Example
1. Execute on bash: