Book Image

Node.js By Example

By : Krasimir Tsonev
Book Image

Node.js By Example

By: Krasimir Tsonev

Overview of this book

If you are a JavaScript developer with no experience with Node.js or server-side web development, this book is for you. It will lead you through creating a fairly complex social network. You will learn how to work with a database and create real-time communication channels.
Table of Contents (13 chapters)
12
Index

Summary

This chapter was about some of the most used features in social networks nowadays—tagging, sharing, and liking. We updated both sides of our application and validated our knowledge from the previous chapters.

The next chapter will be about real-time communication. We will build a chat window for our users, and they will be able to send real-time messages to others.