Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Replace cyclone-sse with socket.io #6

Open
tulku opened this issue Jun 25, 2013 · 0 comments
Open

Replace cyclone-sse with socket.io #6

tulku opened this issue Jun 25, 2013 · 0 comments

Comments

@tulku
Copy link
Contributor

tulku commented Jun 25, 2013

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant