https://github.com/learosema/node-express-polling-example
A long polling server example
https://github.com/learosema/node-express-polling-example
Last synced: 10 months ago
JSON representation
A long polling server example
- Host: GitHub
- URL: https://github.com/learosema/node-express-polling-example
- Owner: learosema
- Created: 2019-07-28T00:40:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:53:31.000Z (over 3 years ago)
- Last Synced: 2025-03-15T18:22:12.236Z (over 1 year ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an example for a long polling server with node.js and express.
No WebSockets, just long polling.
Type `npm run dev` to start the server in watch mode.