Node JS Tutorial

node-js

Node JS Tutorial

Is Node.js popular in 2021

By Dhiraj Ray , 19 June, 2021 2K

Many of us are learning new coding languages and have come across Node.js. But, you must wonder, "is Node.js popular in 2021" for application development? The answer is YES....

Installation and Configuration of Nginx and PHP on Mac

By Dhiraj , 13 January, 2018 51K

In this tutorial, we will see how to install Nginx and PHP-FPM and Mysql on Mac and setup these environment to develop application using these technologies. We will make configuration related to sites enabled and sites available for virtual host using Nginx and make use of it to serve html and php page....

Node JS Basic Tutorial

By Dhiraj , 14 January, 2018 6K

This article provides a basic tutorial of NodeJs .Here, we will start with the simple NodeJs introduction and sample program and then leverage the discussion with the different modules available in NodeJs with the some simple use case and example code to make use of those modules in real time NodeJs application....

Node Js Chat Socket IO Example(Client + Server)

By Dhiraj , 16 January, 2018 22K

This tutorial is about socket programming in NodeJs. Here we will be using socket.io and express Js to create a sample chat application. Using socket.io library for websocket connection is very simple and it is a very powerful javascript library for realtime web applications.Here, we will be creating an application where there will be a server and a client communicating with each other over websocket....