Quantcast
Channel: ASP.NET / C# – Sam Lee's .NET Blog
Viewing all articles
Browse latest Browse all 15

Hello World Node.js on Visual Studio 2012

$
0
0

1. download and install Node.js http://nodejs.org/

2. download and install Node.js Visual Studio extension http://nodejstools.codeplex.com/

3. create new project -> Other Languages -> JavsScript -> Node.js -> Blank Node.js Console application

4. you will see default javascript code : console.log(‘Hello World’);

5. hit F5 (for console debugging mode)

 



Viewing all articles
Browse latest Browse all 15

Trending Articles