Closed bcipolli closed 9 years ago
This app only runs on web servers; data can't be streamed using the file:// protocols (security reasons).
file://
This PR uses flask to create a lightweight web server, so things can be tested locally.
flask
Also updated documentation and added a requirements.txt file.
requirements.txt
This app only runs on web servers; data can't be streamed using the
file://
protocols (security reasons).This PR uses
flask
to create a lightweight web server, so things can be tested locally.Also updated documentation and added a
requirements.txt
file.