Multi-node: Concurrent NodeJS HTTP Server
Kris Zyp | July 14, 2010
NodeJS has demonstrated impressive performance potential as an HTTP server. By combining highly optimized HTTP parsing algorithms with the speedy V8 JavaScript engine and using an event-based architecture, Node has posted eye-opening request handling numbers.