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
- Host: GitHub
- URL: https://github.com/michaelwp/implement-short-long-polling
- Owner: michaelwp
- Created: 2024-07-08T06:48:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T08:42:55.000Z (11 months ago)
- Last Synced: 2025-02-02T12:53:10.411Z (4 months ago)
- Topics: go, longpolling, react, realtime, shortpolling
- Language: JavaScript
- Homepage: https://goblog.dev/articles/36
- Size: 613 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# implement-short-long-polling
Example on how to implement short and long polling in Go and ReactJSFor explanation pls visit: [Short Polling and Long Polling in Real-Time Communication with Go and React](https://goblog.dev/articles/36)