Book Image

Node.js Blueprints

By : Krasimir Stefanov Tsonev
Book Image

Node.js Blueprints

By: Krasimir Stefanov Tsonev

Overview of this book

Table of Contents (19 chapters)
Node.js Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we've learned how to create a real-time chat by using Socket.IO. It's a great Node.js module that simplifies work with WebSockets. It is a technology that is widely used today and is part of the future's applications.

In the next chapter, we will learn how to use BackboneJS to create a simple to-do application. Again, we will manage the data with the help of Node.js.