Open chendelin1982 opened 2 years ago
at service.sh
pip install flask
git clone --depth=1 https://github.com/pallets/flask temp
cp -r temp/examples/javascript flask
rm -rf temp
cd flask
pip install -e .
export FLASK_APP=js_example
flask run -h 0.0.0.0 -p 3000
pip install tornado
git clone --depth=1 https://github.com/tornadoweb/tornado temp
cp -r temp/demos/chat tornado
rm -rf temp
cd tornado
What type of your feature request?
How to run app at backend?