No description
31a0f2b989
- streaming: add sub/unsub OP codes, changing from the old behavior of just giving a channels array. - streaming: properly check payloads against their data and send proper errors. - manager: add unsubscribe() |
||
---|---|---|
docs | ||
elstat | ||
priv/frontend | ||
.gitignore | ||
__init__.py | ||
config.example.py | ||
README.md | ||
requirements.txt | ||
run.py |
Elstat
Status page software.
Installing
git clone https://gitlab.com/elixire/elstat
cd elstat
python3.6 -m pip install -Ur requirements.txt
# edit config.py as you wish
cp config.example.py config.py
Run
python3.6 run.py