Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farshidtz/go-sse-example
https://github.com/farshidtz/go-sse-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/farshidtz/go-sse-example
- Owner: farshidtz
- Created: 2021-05-12T09:36:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T09:40:29.000Z (over 3 years ago)
- Last Synced: 2024-06-19T13:49:41.679Z (7 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.