- Node.js - Built-in Modules
- Node.js - Packaging
- Node.js - Scaling Application
- Node.js - RESTFul API
- Node.js - Express Framework
- Node.js - Web Module
- Node.js - Utility Modules
- Node.js - Global Objects
- Node.js - File System
- Node.js - Streams
- Node.js - Buffers
- Node.js - Event Emitter
- Node.js - Event Loop
- Node.js - Callbacks Concept
- Node.js - Package Manager (NPM)
- Node.js - REPL Terminal
- Node.js - First Application
- Node.js - Environment Setup
- Node.js - Introduction
- Node.js - Home
Node.js Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Node.js Tutorial
Node.js is a very powerful JavaScript-based platform built on Google Chrome s JavaScript V8 Engine. It is used to develop I/O intensive web apppcations pke video streaming sites, single-page apppcations, and other web apppcations. Node.js is open source, completely free, and used by thousands of developers around the world.
Audience
This tutorial is designed for software programmers who want to learn the basics of Node.js and its architectural concepts. This tutorial will give you enough understanding on all the necessary components of Node.js with suitable examples.
Prerequisites
Before proceeding with this tutorial, you should have a basic understanding of JavaScript. As we are going to develop web-based apppcations using Node.js, it will be good if you have some understanding of other web technologies such as HTML, CSS, AJAX, etc.
Advertisements