Node JS

A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.

500+ Students Enrolled
4.4 Rating (325) Ratings

What You'll Learn

  • Learn Grasp how Node JS works under the hood.
  • Learn Understand Buffers, Streams, and Pipes.
  • Learn Build a Web Server in Node and understand how it really works.
  • Learn Build a web application and API more easily using Express and Understand how the MEAN stack works.
  • Learn Be the coder that explains Node JS to everyone else because you understand it better than anyone else.
  • Learn Connect to a SQL or Mongo database in Node.

Course Content

  • Node JS is an open source, cross-platform runtime environment for developing server-side and networking applications. Node JS applications are written in JavaScript, and can be run within the Node JS runtime on OS X, Microsoft Windows, and Linux.
  • Understand the JavaScript and technical concepts behind Node JS
  • Structure a Node application in modules
  • Understand and use the Event Emitter
  • Understand Buffers, Streams, and Pipes
  • Build a Web Server in Node and understand how it really works
  • Use npm and manage node packages
  • Build a web application and API more easily using Express
  • Connect to a SQL or Mongo database in Node
  • Understand how the MEAN stack works
  • Basic Knowledge of JavaScript and OOPS
  • Knowledge in async programming will be added advantage
    In this module, you learn What is Node JS and advantages of Node JS and How Node JS Works and the difference between the traditional web server and what are the limitations of the traditional web server modal.
  • Introduction
  • What is Node JS?
  • Advantages of Node JS
  • Traditional Web Server Model
  • Node JS Process Model
    In this chapter, you will learn about the tools required and steps to setup development environment to develop a Node JS application and to work with the REPL to work with the Console.
  • Install Node JS on Windows
  • Installing in mac os
  • Working in REPL
  • Node JS Console
    In this chapter, you will know what a module, functions and examples is. And achieving modularity and separation of concern with the Node JS Modules.
  • Functions
  • Buffer
  • Module
  • Module Types
  • Core Modules
  • Local Modules
  • Module.Exports
    This deals with working with npm to install and update packages and Updating your package to the NPM and managing and updating your current Packages.
  • What is NPM
  • Installing Packages Locally
  • Adding dependency in package.json
  • Installing packages globally
  • Updating packages
    In this chapter we will learn creating web server, handling GET, POST,PUT and Delete requests and listening to certain port numbers and handling routing with basic web server.
  • Creating web server
  • Handling http requests
  • Sending requests
    In this module, we will work with files, reading, writing, updating files, and the concept of chunks, buffers, and uploading files synchronously and asynchronously.
  • Fs.readFile
  • Writing a File
  • Writing a file asynchronously
  • Opening a file
  • Deleting a file
  • Other IO Operations
    In this chapter you will learn how to debug node js application. Debugging is a process of tracing the bugs and performance issues to optimize your code.
  • Core Node JS debugger
  • Debugging with Visual Studio
    In this chapter you work with the events in Node JS, and the significance of the events, writing your own events because Node is event driven framework.
  • EventEmitter class
  • Returning event emitter
  • Inhering events
    In this chapter you will learn how to use express framework to create web applications. Express is the most popular framework to build efficient web applications with minimum coding.
  • Configuring routes
  • Working with express
    In this chapter you will learn how to serve static html pages to the browser, and serving other file formats and restricting certain files.
    In this you will to serve static resources with built in middle ware.
  • Serving static files
  • Working with middle ware
    In this chapter you will learn how to connect to SQL Server and perform CRUD operations. It is like ADO.net for MS.NET applications and JDBC for java. We will use different Node JS modules to connect with database.
  • Connection string
  • Configuring
  • Working with select command
  • Updating records
  • Deleting records
    In this chapter you learn how use template engines to perform 2 way databinding and appending dynamic data to the webpage and different view engines and their sytax.
  • Why Template Engine
  • What is Jade
  • What is vash
Web Development

  This Course includes

 Tutorials

 Articles, Videos

 Full Time Lectures

 Real Scenarios

 Project Work

 Certification of Completion

Related Courses