adding aiosonic for websockets

This commit is contained in:
Johanderson Mogollon 2025-02-17 23:54:57 +01:00 committed by GitHub
parent 2252650cfd
commit d36367982e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1161,6 +1161,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [autobahn-python](https://github.com/crossbario/autobahn-python) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html).
* [channels](https://github.com/django/channels) - Developer-friendly asynchrony for Django.
* [websockets](https://github.com/aaugustin/websockets) - A library for building WebSocket servers and clients with a focus on correctness and simplicity.
* [aiosonic](https://github.com/sonic182/aiosonic) - A very fast Python asyncio http and websockets client
## WSGI Servers