nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.84k stars 304 forks source link

Server-Sent Events / EventSource support? #112

Closed rcarmo closed 9 years ago

rcarmo commented 9 years ago

Is this on the cards? Websockets are nice, but quite often one just wants to subscribe to a queue, and eventsource is somewhat nicer.

nicolasff commented 9 years ago

Hello Rui,

This is not currently planned. I am aware that Websockets have limitations and that the current implementation is incomplete, but I have little time to work on these new features. Contributions are welcome and encouraged.

rcarmo commented 9 years ago

Thanks. At the moment it's just simpler for me to add an EventSource wrapper to my existing server-side code, but if I find the time I'll look at the web socket code and try to trim it down into an EventSource option.