/go-sse-example

Example SSE server and client implementation

Primary LanguageGo

$ go run cmd/server/main.go

# in a different tab, this will make 5 clients,
# which will receive constant updates from the server
$ go run cmd/client/main.go