Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 530 Bytes

File metadata and controls

34 lines (21 loc) · 530 Bytes

Dioptas Server

A flask-socketio based server for running dioptas actions on a backend.

Maintainer

Clemens Prescher (clemens.prescher@gmail.com)

Requirements

  • python 3
  • dioptas
  • flask
  • flask-socketio

you can install everything via conda by using:

conda install dioptas flask-socketio -c cprescher

Usage

Starting the server

Run the server by just starting the run script with the wanted port as an argument:

python run.py 5566

Using the server

this is still work in progress :)