Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelwp/go-react-sse-example
This is an example on how to build sse server using Go and React as the client
https://github.com/michaelwp/go-react-sse-example
go react sse
Last synced: 10 days ago
JSON representation
This is an example on how to build sse server using Go and React as the client
- Host: GitHub
- URL: https://github.com/michaelwp/go-react-sse-example
- Owner: michaelwp
- Created: 2024-07-06T11:01:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T11:21:18.000Z (7 months ago)
- Last Synced: 2024-07-06T12:33:25.416Z (7 months ago)
- Topics: go, react, sse
- Language: HTML
- Homepage: https://www.goblog.dev/articles/34
- Size: 339 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-react-sse-example
This is an example on how to build sse server using Go and React as the client.For detail explanation please visit: [Building a Server-Sent Events (SSE) Server in Go and a Client in React](https://www.goblog.dev/articles/34)