Registry / networking / manucorporat-sse

manucorporat-sse

JSON →
library0.0.0-20160126180136-ee05b128a739gogounverified

A minimal Go library for parsing and generating Server-Sent Events (SSE).

go get github.com/manucorporat/sse
INSTALL
IMPORT
SIG · MANUCORPORAT-SSE
M
manucorporat-sse
networkinggov0.0.0-20160126180136-ee05b128a739
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/manucorporat/sse

Creates and serializes a Server-Sent Event.

package main import ( "fmt" "github.com/manucorporat/sse" ) func main() { event := sse.Event{ Event: "message", Data: []byte("hello"), } fmt.Println(event.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160126180136-ee05b128a739latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
manucorporat-sse — go get manucorporat-sse · libregistry