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 was 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