View on GitHub

301-reading-notes

NODE.JS

node.js is an event based non blocking asynchoronous input / output run time that uses google V8 javaScript engine.

node.js is often used for developing apllications that rely on the ability to run javascript both on the server and client side.

application that can be written using node.js

References