Skip to content Skip to sidebar Skip to footer
Showing posts with the label Server Sent Events

How To Loadtest Server Sent Events

I have a node service that streams data via SSE (https://www.npmjs.com/package/sse-channel). I woul… Read more How To Loadtest Server Sent Events

Does Service Worker Request, Response From Server Continuously?

I'm using server send event to display a notification.I have created a service worker and i use… Read more Does Service Worker Request, Response From Server Continuously?

HTML5 Server-Sent Events: How To Set WithCredentials Option?

According to WHATWG - Server-Sent Events below is the API for using EventSource interface: [Constru… Read more HTML5 Server-Sent Events: How To Set WithCredentials Option?