
education
Tech Talks: Concurrent Tasks in Node.js
Understanding how Node.js handles concurrent tasks — non-blocking I/O, blocking computation, and solutions using webworker-threads and Node Cluster.
Martin BielikDec 23, 2015
Posts tagged performance

Understanding how Node.js handles concurrent tasks — non-blocking I/O, blocking computation, and solutions using webworker-threads and Node Cluster.
An informal benchmark comparing Netflix Zuul and Nginx as reverse proxies for microservices, showing that Zuul's performance approaches Nginx after JIT warmup.