
In this course, you will learn to set up Node.js, learn about important modules in Node.js, Events with Event loop and Event Emitter, Streams and stream pipes, after node you will learn about Express and Creating Rest API using express with both MySQL and MongoDB. Later you will learn to test and verify API using Postman and set up API Gateway for the Rest API. At last you will learn to build server less application using Node.js.
In these practices, you will learn to Install and set up Node.js and NPM. Further, you will learn to create a simple application and Explore Modules with an example using Nodejs.
In this practice, you will learn how to install and set up Node.js.
In this practice, you will learn how to use REPL and Create a simple Node.js application.
In this practice, you will learn how to use Modules with each function.
In this practice, you will learn how to set up NPM and create a package using NPM.
In these practices, you will learn about the Event loop and Async pattern. You will also learn about Event emitter along with an example.
In this practice, you will learn Event Loop with an example and Async Pattern.
In this practice, you will learn Event Emitter with an Http example.
In this practice, you'll learn about streams using the stream type with an example and about stream pipes.
In this practice, you will learn how to use stream and stream events with an example.
In this practice, you will learn another way to use streams in node.js.
In these practices, you will learn how to install express, hello world example using express and further explore express routing.
In this practice, you will learn how to install express and create a simple hello world example using express.
In this practice, you will learn how to use an express router with an example.
In these practices, you will learn how to create Restful API using express with both MySQL and MongoDB databases.
In this practice, you will learn how to connect NodeJS application with MySQL and to create Restful API using express with MySQL
In this practice, you will learn how to connect NodeJS application with MongoDB and to create Restful API using express with MongoDB
In these practices, you will learn how to create API Gateway using express.
In these practices, you will learn how to create a serverless application using NodeJS and AWS Lambda through API Gateway
In this practice, you will learn how to create and deploy Serverless project on AWS Lambda. Then you will learn to create and delete API in Amazon DynamoDB using postman
Node.js is a server-side platform built on Google Chrome's JavaScript Engine. It is used for 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. In this course, you will set up Node.js and create Rest API using express with both MySQL and MongoDB and test it using Postman. Express is a node.js web application framework and MySQL, MongoDB are databases used to manage data. Postman is an API testing tool and gives wide support for all possible HTTP methods. Integrating Gateway to route the request and keep track of everything. At last creating and deploying serverless project on AWS Lambda. In this course, you will learn to set up Node.js, learn about important modules in Node.js, Events with Event loop and Event Emitter, Streams and stream pipes, after node you will learn about Express and Creating Rest API using express with both MySQL and MongoDB. Later you will learn to test and verify API using Postman and set up API Gateway for the Rest API. At last you will learn to build serverless application using Node.js.