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

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

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)
```