This library is an initial implementation of Server Sent Events(SSE)/EventSource for Go. It is patterned after the Go Websockets library. It is very much a work in progress. Pull requests welcome.
Found in the examples directory. You can run it from the examples directory with:
go run main.go
Please write tests for any code that you add. To run existing tests:
bin/test
For more information about SSE/EventSource, see: