eventsource icon indicating copy to clipboard operation
eventsource copied to clipboard

EventSource client for Node.js and Browser (polyfill)

Results 74 eventsource issues
Sort by recently updated
recently updated
newest added

`EventSource: 1.0.7` 1. It worked after refresh page which means that the connection can be established 2. The connection worked well if client/server keep pinging within 45 seconds 3. The...

SO, tried setting eventSourceInitDict as per readme, and no effect, tried debugging to see how far its getting or not, but find no evidence of it. Further more even renaming...

Heya! Thanks for this small and efficient library. We are using SSE on top of HTTP/2 and it's not working with `https` native node lib (couldn't sent a request). However...

I know the module currently supports a reconnectInterval of 1000 ms. Are there any plans to incorporate some kind of semi-random exponential backoff algorithm to this module? We recently experienced...

Hi, I'm trying to use this library with IE 11 but I get a weird behaviour: the messages are delayed and they are received by the client all at once...

I've got a Node project that's written in ES6 and uses Babel and Rollup. There's normally no problem in using imports from CommonJS packages (i.e. basically all Node packages). However,...

Iv'e rewritten/ported https://github.com/eloyz/mockevent to https://www.npmjs.com/package/mocksse. Works for node on server and client specifically with this library, feel free to add to your README.

Say we have an eventsource client connected to a server and receiving messages. Il the server goes down, the onerror callback is invoked, which is fine, but the event that...

Hi, I have a local node server (v8) connected to an external server using EventSource. I can receive the events correctly but when my WAN address changes (dynamic IP from...

Streaming text data (Event-source) is a perfect candidate for gzip. It would be awesome if this module supported gzip. It can be enabled by default safely: * Announce gzip support...