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: about 2 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T09:01:05.000Z (about 10 years ago)
- Last Synced: 2024-10-25T05:23:27.727Z (2 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
- awesome-go - goose - Server-Sent Events in Go - ★ 34 (Messaging)
- awesome-go-zh - goose
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.