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

https://github.com/michaelwp/implement-short-long-polling

Example on how to implement short and long polling in Go and ReactJS
https://github.com/michaelwp/implement-short-long-polling

go longpolling react realtime shortpolling

Last synced: 2 months ago
JSON representation

Example on how to implement short and long polling in Go and ReactJS

Awesome Lists containing this project

README

        

# implement-short-long-polling
Example on how to implement short and long polling in Go and ReactJS

For explanation pls visit: [Short Polling and Long Polling in Real-Time Communication with Go and React](https://goblog.dev/articles/36)