Learning Node
This section contains resources for learning how to work with Node.js.
Note this is a living document and is constantly being updated. Some things may come and go over time.
Beginner¶
- Node.js (NVM - A tool for managing multiple versions of Node.js)
- NPM - Node Package Manager (Installed with Node.js)
Documentation¶
Books¶
- The Node Beginner Book
- Professional Node.js: Building Javascript Based Scalable Software by Pedro Teixera
Tutorials¶
Node.js Tutorials¶
- Node.js Tutorial in VS Code
- Nodeschool Workshopper List - These are cool
- Node.js Tutorial - By tutorialspoint
npm Tutorials¶
- npm Tutorial for Beginners - 2:30 mins
- npm crash course 1 - 24 mins
- npm crash course 2 - 42 mins
Intermediate¶
Tutorials¶
Express Tutorials¶
- Express Tutorial - By tutorialspoint
Websocket Tutorials¶
- Websockets Tutorial - By tutorialspoint
Advanced¶
-
Building Command Line Applications
-
Creating Modules (aka npm Packages)
Modules