With NodeJS and server-side Javascript becoming a very prominent technology in web applications today, I figured Id give an introduction to NodeJS to get everyone up and running. "But how can Javascript run in a server environment, I thought it required a browser and was only used to make my website interactive". NodeJS allows you to build applications written in Javascript with the help of Google's V8 Javascript rendering engine that is at the heart of the Googl...