Node.JS Deep Dive training deck by Prasoon Kumar. The presentation introduces Node.JS as a server-side JavaScript framework built on Google's V8 engine that uses a non-blocking and event-driven architecture. It discusses companies using Node.JS like Google, Microsoft, Yahoo and Facebook and how Node.JS handles requests in an event loop as opposed to blocking threads. The presentation also covers installing Node.JS, the Node package ecosystem with NPM, and an API tour of core Node.JS modules for processes, file systems, networking and more.