From a9be451e298157050ee06fec85505e9e8943265b Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 21 Jan 2025 12:15:39 +0000 Subject: [PATCH] Update how-to-setup-websocket-example.md --- how-to-setup-websocket-example.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: