Node JS Course Overview
Node.js is an Open Source server framework, completely free, and used by thousands of developers around the world.
Node.js allows you to run JavaScript on the server. Node.js is a very powerful JavaScript-based framework/platform built on
Google Chrome's JavaScript V8 Engine.It is used to develop I/O intensive web applications like video streaming sites,
single-page applications, and other web applications.
Node.js Programming Objectives
- Professional Web developers,
- Team leaders in Web Development
- Web Architects who have knowledge of JavaScript
Module 5: Using Express
-
Installing Express and Making it Easier to Build Web Server
-
Routes
-
Static File and Middleware
-
JSON
Module 6: Databases
-
Relational Database and SQL
-
Node & MYSQL
-
NoSQL and Documents
-
MongoDB and Mongoose
-
CRUD operation using MongoDB