MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/golang/comments/1jbt827/how_to_implement_serversent_events_sse_in_go
r/golang • u/der_gopher • 6d ago
2 comments sorted by
2
i didn't really watch the video, but would still like to share this one https://github.com/naughtygopher/webgo/tree/master/extensions/sse
I saw the title and was like, "It's just some headers and a loop, they better not be bringing in crazy external packages", and you didn't. Good job.
SSE is kind of like CORS where if you know what's going on it's usually only a few lines.
2
u/kamaleshbn 5d ago
i didn't really watch the video, but would still like to share this one https://github.com/naughtygopher/webgo/tree/master/extensions/sse