PyCamp / Rockola

Music Server depending on votes
4 stars 3 forks source link

Replace cyclone-sse with socket.io #6

Open tulku opened 11 years ago

tulku commented 11 years ago

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.