Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.