diff --git a/how-to-setup-websocket-example.md b/how-to-setup-websocket-example.md index d07888d..468ae9f 100644 --- a/how-to-setup-websocket-example.md +++ b/how-to-setup-websocket-example.md @@ -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: