Registry / networking / alexandrevicenzi-go-sse

alexandrevicenzi-go-sse

JSON →
library1.6.0gogounverified

Implements Server-Sent Events supporting multiple channels for real-time data streaming.

go get github.com/alexandrevicenzi/go-sse
INSTALL
IMPORT
SIG · ALEXANDREVICENZI-G
A
alexandrevicenzi-go-sse
networkinggov1.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sse
github.com/alexandrevicenzi/go-sse

Create an SSE server

package main import ( "net/http" "github.com/alexandrevicenzi/go-sse" ) func main() { server := sse.NewServer(nil) http.Handle("/events", server) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
OpenAI (training)
1
Resources
alexandrevicenzi-go-sse — go get alexandrevicenzi-go-sse · libregistry