Work on real-world projects to understand the basic functionalities and applications of Node.js
Key Features
- Grasp the basics of Node.js and understand its role in building scalable network applications
- Get to grips with templating engines, sessions, Express, and Ajax
- Consolidate your learning by working on exciting mini-projects
Book Description
Node.js has been helping developers build fast and data-intensive, real-world networking applications since 2009. Node.js's clients include top companies such as PayPal, LinkedIn, Netflix, and Uber. This course will help you to build a solid foundation in Node.js fundamentals with the help of practical examples.
The course starts by introducing you to Node.js and then takes you through its installation. Next, you will get to grips with the NPM package manager, the Node.js API, asynchronous versus synchronous functions, HTTP response codes, and different types of Multipurpose Internet Mail Extensions (MIME). You'll also find out how to handle Ajax requests and explore different types of HTTP request methods. As you make progress, you'll learn how to simplify web servers with Express and use Socket.io to build real-time chat messages and notifications. Towards the end, you'll delve into session management, discover how to simplify sessions in Express, and understand the concepts of the MongoDB and templating engines.
By the end of this course, you'll have become familiar with the basics of Node.js and developed the skills you need to modify the Document Object Model (DOM) confidently.
The code files for this course is available at https://github.com/PacktPublishing/Node.js-from-Ground-Up-for-Beginners
What you will learn
- Understand Node.js and its libraries
- Manage Ajax requests and Extensible Markup Language (XML) data in Node.js
- Get to grips with basic routing in Express
- Build real-time chat messages and notifications using Socket.io
- Discover how to connect your application to MongoDB
- Find out how to set up Mustache with Express
Who this book is for
This course is for web developers who want to use Node.js for building fast and scalable network applications. A basic understanding of JavaScript is required to get started with this course.