Skip to content

The beginnings of Go EventSource library for Server Sent Events.

License

Notifications You must be signed in to change notification settings

mikegehard/goEventSource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventSource for Go Build Status

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.

Example app

Found in the examples directory. You can run it from the examples directory with:

go run main.go

Development

Please write tests for any code that you add. To run existing tests:

  bin/test

References

For more information about SSE/EventSource, see:

http://en.wikipedia.org/wiki/Server-sent_events

http://www.html5rocks.com/en/tutorials/eventsource/basics/

About

The beginnings of Go EventSource library for Server Sent Events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published