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

This commit is contained in:
retoor 2025-01-21 12:05:47 +00:00
parent cbf90dda4d
commit fdbc2dc0f0

View File

@ -32,7 +32,7 @@ async def websocket_handler(request):
app.router.add_get("/", websocket_handler)
web.run_app(app,host="0.0.0.0", port=7331)
```
3. Execute application
```bash
source .venv/bin/activate