No description
053762f69f
clients can connect and subscribe to different channels and they will get messages from those channels (basic pub/sub) this is useful in the case of a client wanting issue updates in real time, which is better than the client having to poll /api/status every now and then. - manager: add ServiceManager.subscribe and .unsub_all |
||
---|---|---|
blueprints | ||
elstat | ||
priv/frontend | ||
.gitignore | ||
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