Book Image

Learn Node.js by Building 6 Projects

By : Eduonix Learning Solutions
Book Image

Learn Node.js by Building 6 Projects

By: Eduonix Learning Solutions

Overview of this book

<p>With its event-driven architecture and efficient web services capabilities, more and more companies are building their entire infrastructure around Node.js. Node has become a de facto part of web development that any serious developer needs to master.</p> <p>This book includes six Node.js projects that gradually increase in complexity. You'll start by building a simple web server and create a basic website. You will then move to create the login system, blog system, chat system, and e-learning system.</p> <p>By creating and following the example projects in this book, you’ll improve your Node.js skills through practical working projects, and you'll learn how to use Node.js with many other useful technologies, such as ExpressJS, Kickstart, and Heroku.</p>
Table of Contents (12 chapters)

Summary


In this chapter, we started with understanding the app and module setup. Once thorough with the setups, we further learnt about designing a template using custom layouts. We then added some posts and categories through the Mongo shell after which we created the functionality to get some posts displayed on the Home page. Along with adding posts, we further added categories and text editors. After truncating views we finally took care of our single page, which is the posts/show page.

In the next chapter, we will get into the details of ChatIO.