On a website I have a very simple Live chat setup that uses SSE/Redis and pub/sub structure. The basic setup (without going into details) is: Client-side usin
I would like to have an Http based pub/sub server that messages are published to channels with HTTP POST requests, and subscribed through EventSource (SSE). Bes
I'm trying to create a unidirectional websocket connection between the client and server (python). The libraries I've currently been prototyping with are websoc
We have built a prototype application in PHP and JS using Server-Sent Events (single AJAX requests, multiple streamed events sent by event handlers in PHP). Ess