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

Increase Service Worker Life Time

I'm trying push notifications using service workers. use my own server to send notifications an… Read more Increase Service Worker Life Time

How To Fire Eventsource Sse Events?

I've recently discovered EventSource, YUI3 has a Gallery module to normalise and fallback behav… Read more How To Fire Eventsource Sse Events?

Server-Sent Events Polling Causing Long Delays

I have a connector that will call a RESP API using cURL and PHP. I need to call one method every se… Read more Server-Sent Events Polling Causing Long Delays

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