elstat/elstat
Luna Mendes 053762f69f
blueprints: add streaming blueprint
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
2018-07-10 20:03:07 -03:00
..
__init__.py Add proper adapter implementations 2018-07-08 00:38:14 -03:00
adapters.py add public api 2018-07-09 02:48:44 -03:00
consts.py add public api 2018-07-09 02:48:44 -03:00
manager.py blueprints: add streaming blueprint 2018-07-10 20:03:07 -03:00
worker.py add public api 2018-07-09 02:48:44 -03:00