node-connect-timeout

connect middleware for timing out HTTP requests - Node.js module
  https://github.com/expressjs/timeout
  0
  no reviews



This module allows one to set a timeout (default 5000 milliseconds) for HTTP requests. A new timeout event is added to the HTTP request instance and triggered when the request expires.

Connect is an extensible HTTP server framework.

Node.js is an event-based server-side JavaScript engine.