NodeJS Tutorial

NodeJS Tutorial Day 1

Learning Objective: Let’s explore NodeJS and Learn everything about NodeJS Programming, NodeJS App Development, and Deployment. What is NodeJS? Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a JavaScript Engine and executes JavaScript code outside a web browser. Source Wikipedia How to Install NodeJS? NodeJS Download Use this link to install NodeJS […]

NodeJS Tutorial Day 1 Read More »

NodeJS Tutorial Day 2

Learning Objective: Let’s find rich Modules or Libraries that can help us to build NodeJS App easily. Here are the Node.js Built-in Modules. For File Write/Read you need the following modules: (fs module) To display some data in the browser use the following modules: (http module) Want to read details about Operating System then use the following

NodeJS Tutorial Day 2 Read More »

NodeJS Tutorial Day 4

Learning Objective: Let’s start with ExpressJS the most popular Module of NodeJS. First, we need to install the express module into the current NodeJS working directory, for the same execute the following command: Hello World Example using ExpressJS Output: Now Let’s Make a simple website with a few pages like Home, About Us, Services, and Contact

NodeJS Tutorial Day 4 Read More »