Book Image

Node.js By Example

Book Image

Node.js By Example

Overview of this book

Table of Contents (18 chapters)
Node.js By Example
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we extended our social network. Every customer is now able to create their own pages and leave comments there or create events related to the page. A bunch of new components were added to our architecture. We successfully reused the code from the previous chapters, which is good if we want to keep our codebase small.

In Chapter 9, Tagging, Sharing, and Liking, we will discuss the tagging, liking, and sharing of posts.