SkillAgentSearch skills...

Sse

HTML5 Server-Sent-Events for Go

Install / Use

/learn @julienschmidt/Sse
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SSE - Server-Sent Events

Build Status Coverage GoDoc

HTML5 Server-Sent Events for Go

Why you should use Server-Sent-Events

  • No need to implement custom protocol (WebSockets), it just uses HTTP
  • Convenient JavaScript API, fires easy to handle Events
  • Auto-Reconnects
  • Unlike WebSockets, only unidirectional (server -> client)

ToDo

  • ID handling
  • Improve Client Channel buffering

Further Readings

  • http://www.w3.org/TR/eventsource/
  • http://html5doctor.com/server-sent-events/
  • http://www.html5rocks.com/en/tutorials/eventsource/basics/
  • https://developer.mozilla.org/en-US/docs/Server-sent_events/Using_server-sent_events

Related Skills

View on GitHub
GitHub Stars108
CategoryDevelopment
Updated3mo ago
Forks14

Languages

Go

Security Score

97/100

Audited on Dec 11, 2025

No findings