2

How can we implement pipeline feature for the http requests in node.js ?

I want to process a list of requests and in which i need to implement pipeline.

can any one explain how to achieve this ?

Achu
  • 93
  • 1
  • 8

1 Answers1

0

Per Node.js http request pipelining, node.js http client does not support this.

There is also not a node.js SPDY client.

Community
  • 1
  • 1
Steve Campbell
  • 3,385
  • 1
  • 31
  • 43