Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. This allows node to build rich network applications on the server side with Javascript.
The following topics will help you become a node.js developer.
- Node runtime
- Node Version Management
- REPL
- Process
- Buffer
- Globals
- Modules
- Using the Net module
- TCP Server
- HTTP Server
- Event Emitter
- Setting up live reloading
- The Event-Driven Architecture
- Setting up a web server
- Working with the OS
- Event Emitter
- Building a command line application
- Deploying Node.js apps
- Process Managers
- Clusters