Node.js
Node. js is primarily used for non-blocking, event-driven servers, due to its single-threaded nature. It’s used for traditional web sites and back-end API services, but was designed with real-time, push-based architectures in mind. Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast and scalable network applications. It is used as an event-driven, non-blocking etc…
Our Course Content
Introduction
- Introduction
- Why Should I Learn Node.Js
What i will learn in this Course
- Introduction
- Environment Setup
- Node Package Manager
- Callbacks
- Events and Event Loop
- Streams and Buffers
- Express Framework
- Introduction to MongoDB
- Connecting Node.js to Database
- Mongoose Module
- Creating Rest APIs