https://github.com/murshidazher/express-long-polling
A long polling example
https://github.com/murshidazher/express-long-polling
express graceful-shutdown http nodejs poc zero-downtime
Last synced: 3 months ago
JSON representation
A long polling example
- Host: GitHub
- URL: https://github.com/murshidazher/express-long-polling
- Owner: murshidazher
- License: mit
- Created: 2021-09-29T06:19:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T14:37:49.000Z (over 4 years ago)
- Last Synced: 2025-06-05T01:26:42.091Z (about 1 year ago)
- Topics: express, graceful-shutdown, http, nodejs, poc, zero-downtime
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-long-polling
A long polling example
`ECONNREFUSED`
`server8.js`
```sh
npm run start
curl http://localhost:8080/fib/42
curl http://localhost:8080/fib/43
kill -s SIGTERM $(lsof -i :8080)
```