Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ian-kent/Goose
Server-Sent Events in Go
https://github.com/ian-kent/Goose
Last synced: 20 days ago
JSON representation
Server-Sent Events in Go
- Host: GitHub
- URL: https://github.com/ian-kent/Goose
- Owner: ian-kent
- License: mit
- Created: 2014-12-21T08:59:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T09:01:05.000Z (almost 10 years ago)
- Last Synced: 2024-08-02T00:21:27.692Z (3 months ago)
- Language: Go
- Size: 113 KB
- Stars: 34
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Goose - Go Server-Sent Events [![GoDoc](https://godoc.org/github.com/ian-kent/goose?status.svg)](https://godoc.org/github.com/ian-kent/goose)
=============================Goose implements Server-Sent Events in Go.
See [this example](example/main.go).
### Licence
Copyright © 2014, Ian Kent (http://www.iankent.eu).
Released under MIT license, see [LICENSE](LICENSE.md) for details.