This is only a part of our infrastructure for easy integration of push notifications between Server-side and Client-side. Our infrastructure are based on SSE interface. Read more about other Qri components:
|--------| |---------| |--------|
| Haskel | ... | Clojure | ... | Python | <-- qri-py
|--------| |---------| |--------|
\ | /
\ | /
|-------------------------|
| Erlang SSE Proxy Server |
|-------------------------|
| |
| |
|----------| |----------|
| Client_1 | ... | Client_N |
|----------| |----------|
$ pip install qri-py
from qri_py import Qri
QRI = Qri(host="127.0.0.1", port=5679)
QRI.send(peer="123", checksum="2008521774", message="Hello, World!")