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

Replace cyclone-sse with socket.io #6

@tulku

Description

@tulku

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions