Server-sent events implementation in Go. used by the gin framework
Description
Server-sent events (SSE) is a technology where a browser receives automatic
updates from a server via HTTP connection. The Server-Sent Events EventSource
API is standardized as part of HTML5[1] by the W3C.
This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/gin-contrib/sse