CharlesAverill / satyrn

A Notebook alternative that supports branching code and local collaboration.
https://satyrn.readthedocs.io
MIT License
17 stars 4 forks source link

Move to Tornado HTTP Server #54

Open CharlesAverill opened 4 years ago

CharlesAverill commented 4 years ago

Satyrn currently runs a Flask app hosted with a CherryPy WSGI server. To align with the Jupyter ecosystem, port this over to a Tornado WSGI server.

MUST TEST WITH CLIENT + HOST MACHINES