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

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

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.