flask-vue-term is a web base terminal . Using python Flask-Sockets and Vuejs.
Note: if your system running another web server stop it first because flask-vue-term recommended Nginx web server.
git clone https://github.com/vasukushwah/flask-vue-term.git
cd flask-vue-term/script
bash installscript
this script install Nginx server and setup flask-vue-term
Once done installation, hit your domain name or ip in your browser.
pip3 install -r requirements.txt
python3 main.py
If main.py run sucessfull hit URL http://localhost:5000 in your Browser.
If you want to run server on another port or another host address run
python3 main.py --host 0.0.0.0 --port 8000