Add WebSocket API compatible with aurora-ui
Closes #39 (closed).
How to run this
-
https://gitlab.cl.uni-heidelberg.de/aurora-hd/aurora-ui#getting-started (probably best do this on your local machine)
-
Instead of running test mode, do:
cd /proj/aurora-hd/aurora source venv/bin/activate python3 -m aurora.web -
As SSH command, run:
ssh -L 8502:localhost:8501 -L 8090:localhost:2876 last
Then, access http://localhost:8501 or http://localhost:8502 (depending on whether you ran "Getting Started" on your machine or on last)
Edited by Jakob Moser