A flask-socketio based server for running dioptas actions on a backend.
Clemens Prescher (clemens.prescher@gmail.com)
- python 3
- dioptas
- flask
- flask-socketio
you can install everything via conda by using:
conda install dioptas flask-socketio -c cprescher
Run the server by just starting the run script with the wanted port as an argument:
python run.py 5566
this is still work in progress :)