Node.js with Mongo DB
Node.js is a server-side platform built on Google Chrome's JavaScript Engine (V8 Engine). Node.js was developed by Ryan Dahl in 2009.Node.js is a platform built on Chrome's JavaScript runtime for easily building fast and scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
Curriculum
-
What is Node.js?
-
Download Node.js
-
Command line Interface
-
Initiate Node.js File
-
What is module in Node.js?
-
What are Built-in Modules?
-
How to include Modules?
-
How to create a Modules?
-
What are Built-in Http Module?
-
What are Built-in URL Module?
-
Node.js as a File server
-
Node.js as a Web server
-
What is NPM and Package?
-
How to download packages of Node.js?
-
Events in Node.js
-
What is an Events Module?
-
What is an Eventemitter Object?
-
What is Mongo DB?
-
Installations and setting up Mongo DB
-
How to create a Collection in MongoDB?
-
CRUD with Mongo DB
-
What is meant by ExpressJS?
-
ExpressJS Installation
-
Features of ExpressJS
-
Routing with ExpressJS
-
ExpressJS Middleware
-
Cookies in ExpressJS
-
Rest API with ExpressJS
-
Database Connectivity
-
Error Handling in ExpressJS