equal
deleted
inserted
replaced
|
1 .. contents:: |
|
2 |
|
3 |
|
4 Introduction |
|
5 ============ |
|
6 |
|
7 pyams_notify_ws is a Pyramid/PyAMS WebSockets server package used to handle users notifications. |
|
8 |
|
9 Clients can connect to a given WebSockets service and subscribe to notifications; these notifications can be |
|
10 general or limited to a given context. |
|
11 |
|
12 The WebSockets server doesn't have any "intelligence": it only references clients (including their roles) and |
|
13 their subscriptions, and acts as a proxy between an application server and it's clients. |