Node.js is a new platform for web application developement. It's JavaScript on the server side, running on Google's V8 JavaScript runtime. It's event driven and employs call back method to achieve non-blocking IO. It has great performance advantage and claims to be suitable for Data Intensive and Real Time (DIRTy) applications.