emadpres / flask-echo-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running

  1. python3 -m venv .venv
  2. source .venv/bin/activate
  3. pip3 install -r ./requirements
  4. Decice between HTML or Text mode, by setting HTML_MODE variable
  5. flask run --host=0.0.0.0 --port=5500
    • you can run multiple servers on different ports. Simply, open new terminal in the same directory and run line above with a new port (no need to duplicate this project directory)

About


Languages

Language:Python 100.0%