Skip to content

Instantly share code, notes, and snippets.

@bgruening
Last active June 4, 2016 11:44
Show Gist options
  • Save bgruening/2a6d877c86fb5f77d25ce2c2ad4ea2b8 to your computer and use it in GitHub Desktop.
Save bgruening/2a6d877c86fb5f77d25ce2c2ad4ea2b8 to your computer and use it in GitHub Desktop.
Galaxy real-time communication server

Galaxy with real-time communication skills

Check out this branch: https://github.com/bgruening/galaxy/tree/rt_comm

Install some requirements into Galaxy's virtualenv:

. GALAXY_ROOT/.venv/bin/activate
pip install flask flask-socketio eventlet

Start the communication server with

./scripts/communication_server.py

Start your Galaxy instance and login with some user. You will see a new icon in the masthead. Try ti!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment