Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/farshidtz/go-sse-example


https://github.com/farshidtz/go-sse-example

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# SSE Go Example

Example Server-Sent Events (SSE) server (Go) and client (JavaScript).

Run the server:
```bash
go run server.go
```

Run the client:
Open client.html with a supported browser.