Description
In this course, you will :
- Learn latest coding style that can be used in the programming industry.
- This Elite NodeJS Course is more hands-on than theory.
- The only Elite NodeJS Course that teaches you every detail and with awesome codes.
Syllabus :
1. NodeJS Essentials
- First app with Inputs in GIT
- Node REPL Terminal
- Function and Callbacks
- Node Export Object
- Node Module
- Create and append a file using FS
- Read a File using FS
- Create and Remove Directory using FS
- NodeJS Timer
- DNS Module
- Crypto Cipher and Decipher
- NodeJS Event Emitter
- Count Event Emitter
- NodeJS URL Module
- Buffer and String Decoders
- Compress and Decompress FIle
2. Node Intermediate
- Node Global Object
- Node Strict Security
- Getting Require JSON File
- Node Watcher
3. Node Package Manager
- Install NPM Packages
- Bcrypt Password Encryption
- NPM Task Automation
- Create PDF File
4. NodeJS Web Server
- Create a NodeJS Web Server
- Create Static Html Pages
- Read JSON with Web Server
- Piping Video File to HTTP Web Server
5. NodeJS Express
- Install NodeJS Express
- Routing Get with Static Html Files
- Automatic Refresh The Web Server
- Templating Engine Using PUG
- Introduction of RESTFUL API and REST Get with JSON
- ADD Data with JSON
- Viewing only 1 detail in JSON File
- Delete with JSON
6. Login and Registration using Express and Mysql
- Login and Registration Project Setup
- Registration Form and Download MySql Community Server
- Connect and Create Database and create tables in Mysql
- Insert Data to mysql database
- View all accounts From MySql Database
- Delete accounts data from MySQL Database
- Update data from MySQL Database
- Login Form and Login Success page
- Login Validation
- Session Login
- Session Destroy
7. CRUD Using Express ,MongoDB and Mongoose
- CRUD Project Setup with routes
- Mongodb Setup
- Mongodb and mongoose with schema and model Connection
- Insert data to Mongodb Database with Robo3T
- View all data From MongoDB Database
- Update Request to MongoDb Database
- Remove Data in MongoDB Database
8. GroupChat with Socket IO and Express
- Group Chat Project Setup
- Connecting and Disconnect in Socket IO
- ChatBox Design with Emitting Chat Message
- Broadcasting
9. Video Streaming using SocketIO, Express and Pug
- Video streaming Project Setup
- Video streaming Pug Page
- Video Streaming with Socket IO