Get started with the basics of NodeJS, and learn the most fundamental parts in this 1-hour tutorial.
What you will learn
- What is Node
- Node Architecture
- How Node Works
- Installing Node
- Your First Node Program
- Node Module System
- Global Object
- Modules
- Creating a Module
- Loading a Module
- Module Wrapper Function
- Path Module
- OS Module
- File System Module
- Events Module
- Event Arguments
- Extending EventEmitter
- HTTP Module
Comments