How to run node js on linux

Index.html Lauyou LearningLauyou LearningLearn Yourself!Now open up the command prompt and run node server.js. Now, console saying ‘ server running at localhost:8081′ which means the server is running and listening HTTP request through port 8081. Now open up your browser, type to view the Html page running on node.js server.Run Node.js Web Server using Webstorm IDEIn the previous tutorial, we’ve installed web storm IDE for our node.js development. Which load everything we need to use node.js web application. Let’s start node.js server, open up our Webstorm IDE. We have a project named first-project which we created in the previous tutorial.To start the server using Webstorm IDE, click Run ‘bin/www’ from Webstorm menu. You will get a message on Webstorm console window that saying ‘ server Listening on port 3000′ which means the server is running and listening HTTP request through port 3000.Now open up your browser, type to view the Html page running on node.js server.

Node Js Tutorial

Visual boy advance controls. Node.jsYou will see the following message on Webstorm console when you open the static page.