Skip to content

How to run threadlet?

Phong Nguyen edited this page Dec 1, 2018 · 7 revisions

Two separate servers need to be started.

  1. Start a flask server for modelling in the server. At the main code folder, execute the script: ./flask.sh. You may want to grant execute permission to the file first: chmod +x flask.sh.
  2. Start a normal web server to host static front-end files. If you have a Mac, you can use the built-in Python web server: python -m http.server (Python 3).

The tool then can be accessed at http://localhost:8000/demo/threadall/.

Clone this wiki locally