Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rjz/golang-sse-demo
- Owner: rjz
- License: other
- Created: 2021-10-21T03:51:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T03:54:01.000Z (about 3 years ago)
- Last Synced: 2024-10-22T12:07:12.552Z (2 months ago)
- Language: CSS
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)