Http requests Packages

nnb

As you know Node.js has only one thread that doesn't allow to reach high performance in stress HTTP requesting. Nnb uses C++ Posix threads to reach high concurency. The limit for concurrency is on your system, check it `ulimit -n`

1.0.5 • Published 8 years ago