This course has been deprecated and is no longer supported. For our latest courses on Node.js, consider subscribing to our evergreen curriculums with a subscription package.
Developed by Ryan Dahl and build on the Google V8 JavaScript engine, Node.js is an open source, cross-platform framework that can be used to create highly scalable server-side applications and games. From running HTTP servers, to handling multiple client requests, showing HTML content and reading from files, Node has the flexibility and features needed to help you to create sleek and professional apps and games.
This course will introduce you to the core fundamentals of Node.js, where you will:
- Install Node
- Set up a Node “Hello World”
- Understand how the Node.js engine works
- Learn about the Node loop, and how it performs non-blocking I/O operations
- Use the Node Package Manager