slipstream / SlipStreamClient

SlipStream Python client
Apache License 2.0
1 stars 4 forks source link

introduce SSE implementation for push notifications from server #335

Closed konstan closed 7 years ago

konstan commented 7 years ago

Use https://github.com/mpetazzoni/sseclient, which works with requests when it's called with stream=True http://docs.python-requests.org/en/master/user/advanced/#streaming-requests

Prerequisite:

This invalidates #334

loomis commented 7 years ago

I've arbitrarily decided that the amvtek was the best one because it has tagged releases, is available in node.js through npm, and has a live test suite that passes on the Edge browser. I've included this in the WebUI index.html. @konstan Feel free to change to a different implementation if you have problems with this one.