expresse icon indicating copy to clipboard operation
expresse copied to clipboard

ExpreSSE: A better module for working with Server-Sent Events in Express

Results 2 expresse issues
Sort by recently updated
recently updated
newest added

As stated in the documentation SSE encounters problem when undergoing compression. The proposed `flushAfterWrite: true` is not effective for webpack-dev-server compression (which is used in create-react-app). To resolve this, one...

I am using [vite-express](https://github.com/szymmis/vite-express) and having this issue when making a GET request from my frontend to the route: ``` res.sse.data('ok', someEvent) ^ TypeError: Cannot read properties of undefined (reading...