Assume that you already install node exe. Also you created a node js application in netbeans environment so the next tasks are below- Step 1: Install grunt globally. To know more visit here npm install -g grunt-cli it will install grunt globally which need to call for installing grunt others plugin. Step 2: Now need […]
Category Archives: Others
1 if there is no application created by you then create your nodejs application by taking help from this post. 2. Then from cmd go to your project directory and run command npm start as like below 3. Your site is ready to browse.Here my browsing url http://localhost:3000/Your browsing url can be found in your […]
Today , I am going to show you how to create a simple web server using node.js. 1. Download node from here and install it. After That test it from cmd to ensure all is ok or not. Test “node -v” To see if Node is installed, type the above on your command line. Test […]
The Issue is ASP.NET 4.0 has not been registered on the Web server. You need to manually configure your Web server for ASP.NET 4.0 in order for your site to run correctly. It shows with a dialog box at project opening time. This dialog box has no impact to the project once the dialog box […]
Download node from here and install it. After That test it from cmd to ensure all is ok or not. Test “node -v” To see if Node is installed, type the above on your command line. Test “npm -v” To see if npm is installed, type the above on your command line. If your cmd […]
For tomcat server,XAMPP is installed here. To start, we first start XAMPP Control Panel then start tomcat server. To test visit this link.http://localhost:8080/if Apache Tomcat/7.0.56 page loaded then your tomcat server ready to work. Visit tomcat manager page through this link.http://localhost:8080/manager This is manager page window through which we upload our project to tomcat server. […]
As a developer you must have focused on speeding up your website and implementing a responsive design. So that something always keeps in mind such as performance matter, loading time etc. Today I discuss about Google tools named as page speed insights which test your site tell you how to increase your site performance. It […]
A batch file is a kind of script file in DOS, OS/2 and Windows. A sequence of commands for a computer operating system that store in a text file is known as batch file. Its called a batch file because it batches (bundles or packages) into a single file. A batch file is usually created […]