Update how-to-setup-websocket-example.md

This commit is contained in:
retoor 2025-01-21 12:15:39 +00:00
parent b3d9ce0487
commit a9be451e29

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: