What is node.js based on, under the hood?
node.js
Solution
...is it based on another project?
Node.js leverages a couple of projects:
- v8 (GOOG)
- libev
- libeio
- c-ares (from the authors of curl)
- evcom
- http-parser
Via: http://blog.zorinaq.com/?e=34
Problem
What is node.js based on, under the hood? Is it written from scratch, or is it based on another project? (Also, can anybody pinpoint the web server technology that makes the http module?)