Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)