Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rjz/golang-sse-demo

Server-sent events example with Golang and TypeScript
https://github.com/rjz/golang-sse-demo

Last synced: 17 days ago
JSON representation

Server-sent events example with Golang and TypeScript

Awesome Lists containing this project

README

        

# golang-sse-demo

Server-sent events example with Golang and TypeScript

- Golang server: see [service.go](./service.go)
- Client: see [client/src/sse.ts](./client/src/sse.ts)