May 2015
Beginner
220 pages
4h 16m
English
In the previous two chapters, we extended our social network by adding new features to create pages and share posts. In this chapter, we will discuss real-time communication between users in the system. The technology that we are going to use is called WebSockets. The plan for this part of the book is as follows:
WebSockets is a technology that opens a two-way (bidirectional) interactive channel between the server and the browser. By using this type of communication, ...
Read now
Unlock full access