jeremyandrews / kakaia

Kakaia personal assistant
MIT License
13 stars 0 forks source link

push notifications to clients #14

Open jeremyandrews opened 4 years ago

jeremyandrews commented 4 years ago

Currently all communication originates from the clients, and then the server responds. Explore methods of pushing notifications to clients.

Some events may be tracked on the server, and it may be desirable to reach out to all available clients. Additionally, some commands may take a long time to run (or run indefinitely), and it's not practical to hold a connection open between the client and the server for this length of time.