Re: [go-nuts] Re: Implementing Server-Sent Events (SSE)

2025-04-24 Thread Tommaso Visconti
You can use the EventSource API: https://developer.mozilla.org/en-US/docs/Web/API/EventSource Il giorno gio 24 apr 2025 alle ore 03:28 Kevin Chowski ha scritto: > > It would be nice to see an example of how to utilize this from the browser > rather than curl, e.g. some JavaScript client code. >

[go-nuts] Re: Implementing Server-Sent Events (SSE)

2025-04-23 Thread Kevin Chowski
It would be nice to see an example of how to utilize this from the browser rather than curl, e.g. some JavaScript client code. On Wednesday, April 23, 2025 at 10:49:27 AM UTC-6 Cheikh Seck wrote: > Hi folks, I wanted to share a post I recently wrote that provides an > overview of what SSE is an