Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

AngularJS http (ajax)

AngularJS has provided a $http service that works as an ajax call in jquery. It performs a function of reading data from the server. $http makes a call to the database and retrieves the desired data or records. How to use? 1. you need to in...

How to install Node, NPM and others Node Module in Ubuntu

Node.js is a Javascript platform for server-side programming that allows users to build network applications quickly. In order to get this version, we just have to use the apt package manager. sudo apt-get install nodejs We need to ins...

Package.json file in Node.js

Hello Readers, To run the applications based on Node.js we need a "Package.json" file in the root directory. Package.json file tells the dependencies requires in the project. Without this file you cannot run the project. { "name" : "pong"...

How to create a server in Node.js

Hello Readers. Node.js is very popular in market in creating of real time applications.Here's the example of how we can create the server in our local system to run the Node.js applications. var http = require('http') , static = re...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: