Node.js Training
- Offered bySimplilearn
- Private Institute
- Estd. 2010
Node.js Training at Simplilearn Overview
Duration | 4 hours |
Mode of learning | Online |
Difficulty level | Intermediate |
Credential | Certificate |
Future job roles | Senior Infromation processing specialist, Business Analytics, Technical Leader , CMS, Mainframe System Analyst |
Node.js Training at Simplilearn Highlights
- 24/7 access to video tutorials and Email Support
- Get One Free Course - Fundamentals of JavaScript
- A great course for learning Emerging Web Technologies
- Certification Course
Node.js Training at Simplilearn Course details
- The Node JS certification training course helps you gain an in-depth knowledge of concepts such as Express.js, Node Packet Manager (NPM), shrink-wrap, NPM Vet, REST, Express.js with MongoDB, and SQLite CRUD operations
- This Node JS training focuses on the essential concepts of Node JS and provides hands-on experience in building an HTTP server
Node.js Training at Simplilearn Curriculum
Lesson 1 - Introduction and Foundation
Introduction
The Node.js framework
Installing Node.js
Using Node.js to execute scripts
Lesson 2 - Node Projects
The Node Package Manager
Creating a project
The package.json configuration file
Global vs. local package installation
Lesson 3 - Working with shrink-wrap to lock the node modules versions
What is shrink-wrap
Working with npmvet
Working with outdated command
Install NPM Shrinkwrap
Lesson 4 - Working with asynchronous programming
Asynchronous basics
Callback functions
Working with Promises
Advance promises
Using Request module to make api calls
Asynchronous Commands
Lesson 5 - Building a HTTP Server with Node.JS using HTTP APIs
The HTTP protocol
Building an HTTP server
Rendering a response
Processing query strings
Processing posted data
Building a HTTP Server with Node.JS using HTTP APIs
Lesson 6 - File System
Synchronous vs. asynchronous I/O
Path and directory operations
dirname and __filename
Asynchronous file reads and writes
File System & Security