Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niaow/sse
Golang HTML5 Server-Sent-Events
https://github.com/niaow/sse
golang html5-sse http
Last synced: 29 days ago
JSON representation
Golang HTML5 Server-Sent-Events
- Host: GitHub
- URL: https://github.com/niaow/sse
- Owner: niaow
- License: mit
- Created: 2018-04-21T22:55:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T14:35:23.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T12:43:06.339Z (2 months ago)
- Topics: golang, html5-sse, http
- Language: Go
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sse [![GoDoc](https://godoc.org/github.com/jaddr2line/sse?status.svg)](https://godoc.org/github.com/jaddr2line/sse) [![Build Status](https://travis-ci.org/jaddr2line/sse.svg?branch=master)](https://travis-ci.org/jaddr2line/sse) [![Coverage Status](https://coveralls.io/repos/github/jaddr2line/sse/badge.svg?branch=master)](https://coveralls.io/github/jaddr2line/sse?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/jaddr2line/sse)](https://goreportcard.com/report/github.com/jaddr2line/sse)
Golang HTML5 Server-Sent-Events
According to the following specification: https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events (recommended by https://www.w3.org/TR/2015/REC-eventsource-20150203/)
### Example
See [example](https://github.com/jaddr2line/sse/tree/master/example) for an example.