- Not a language, but a plataform
- Package manager
- Use yarn for better speeds
- Works like php's composer
- Based on events
- Works with call stack (function call loops)
- Single thread
- Non-blocking I/O (create real time apps)
- Has less 'opinion'
- Allows to build more flexible apps
- Micro-services
- Requests and responses
- Not MVC
- Allows being used by multiple clients (react, rn, etc)