Here is a simple walk through of creating a express application with node.js using Visual Studio (NTVS). First lets launch visual studio and go to the JavaScript section and select the Blank Express Application. Once selected, I have named my application SimpleExpress, Visual Studio will start creating the skeleton of the project for you, and […]