Why is Node.js named Node.js? -
i'm curious why node.js named that. searched site , faq , there nothing helped me understand why named node.js. the official name node . designed use web application, author realized used more general purposes , renamed node. here a quote author may explain name: node single-threaded, single-process system enforces shared-nothing design os process boundaries. has rather libraries networking. believe basis designing large distributed programs. “nodes” need organized: given communication protocol, told how connect each other. in next couple months working on libraries node allow these networks.