Simple SSE (Server Sent Event) implementation using Golang.
git clone [email protected]:seno-ark/simple-go-sse.git
cd simple-go-sse
go run .
curl "localhost:3000/send" -i -d "username=Foo" -d "message=Hello, world!"
curl "localhost:3000/sse?username=Bar"
open http://localhost:3000