Node.js is a javascript framework that allows us to run javascript outside the browser, it is a javascript runtime built on chrome v8 engine.
Skipping the not-so-boring stuff we will be trying our hands at building a simple web server using a popular javascript framework called 'Express'.