By sarunathan
via webtuts.info
Published: Feb 19 2013 / 20:13
Server side javascript ! sounds wow right. Node.js is nothing but javascript executing at the server. It uses Google v8 engine.v8 engine is used by chrome browser to execute javascript.Node is evented I/O which makes it non blocking. Thus it is efficient.
Add your comment