Update how-to-setup-websocket-example.md
This commit is contained in:
parent
b3d9ce0487
commit
a9be451e29
@ -1,9 +1,12 @@
|
|||||||
# Setting up a websocket using Python aiohttp
|
# Setting up a websocket using Python aiohttp
|
||||||
|
|
||||||
## About example
|
## Descripotion
|
||||||
The whole websocket handler is tolen from the original docs.
|
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.
|
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
|
## Example
|
||||||
|
|
||||||
1. Execute on bash:
|
1. Execute on bash:
|
||||||
|
Loading…
Reference in New Issue
Block a user