socketio / socket.io-website

Socket.IO website and blog
https://socket.io
319 stars 700 forks source link

Update to the Socket.IO Redis Emitter for Python #332

Open roma-glushko opened 2 years ago

roma-glushko commented 2 years ago

Hey Socket.IO community, I have been working on the update for the Redis emitter for Python and wondering if we can reference my project on the official website:

The current reference that the website refers (https://github.com/ziyasal/socket.io-python-emitter) doesn't seem to be supported for at least 4 years. Also, the mentioned project doesn't support async programming.

My project supports the regular message emitting as well as the remote requests. It's async and follows the latest advances in the Python community, clean and concise API.

I believe the project could help to better marry Socket.IO with the Python-based backends.