First 20 students get 50% discount. Hurry up!
  • WhatsApp + 91-9999487949
  • Send Email [email protected]
  • Office No-51/3, 1st floor, Corenthum tower-B, near electronic city metro station, Sector 62, Noida, Uttar Pradesh 201309

Nodejs Course

Introduction
What is Node JS?
Advantages of Node JS
Traditional Web Server Model
Node.js Process Model

Install Node.js on Windows
Working in REPL
Installing in mac os
Node JS Console

Creating web server
Handling http requests
Sending requests

Fs.readFile
Opening a file
Writing a File
Writing a file asynchronously
Other IO Operations
Deleting a file

What is NPM
Installing Packages Locally
Adding dependency in package.json
Installing packages globally
Updating packages

Core Node JS debugger
Debugging with Visual Studio

Functions
Module Types
Buffer
Module
Local Modules
Module.Exports
Core Modules

Configuring routes
Working with express

Connection string
Updating records
Configuring
Deleting records
Working with select command

EventEmitter class
Inhering events
Returning event emitter

Live project