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.


Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -