You could send snippets of HTML as your "events", and have your Javascript 
insert or replace appropriate DOM elements with them.  That avoids 
full-page refreshes, which I presume is why you want to use SSE.

Or your could send unformatted data (say JSON), and have the Javascript do 
its own template expansion.

Depending on what you're trying to do, it might make sense to use a 
client-side framework like React or Vue.  There are plenty of tutorials for 
this: e.g.
https://auth0.com/blog/developing-real-time-web-applications-with-server-sent-events/
https://www.strehle.de/tim/weblog/archives/2017/06/02/1619

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/97d0de53-cfb0-42ca-b961-91e477cd947do%40googlegroups.com.

Reply via email to