You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
To reduce the number of parts (and data passing) of our system, we could replace cyclone-sse with gevent-socketio. https://github.com/abourget/gevent-socketio
This has some advantages:
Web Sockets are easier to debug, we can see the message in the client!
We can use the socket for all communication client/server.
There are working examples of gevent-socketio with Flask
We are already using gevent because of gunicorn.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To reduce the number of parts (and data passing) of our system, we could replace cyclone-sse with gevent-socketio.
https://github.com/abourget/gevent-socketio
This has some advantages:
We are already using gevent because of gunicorn.
The text was updated successfully, but these errors were encountered: