July 2019
Intermediate to advanced
416 pages
10h 6m
English
In this chapter, we are going to cover how to build an Angular chat room application using Socket.IO in order to delve into the ability to send messages back and forth between the client and server without having to establish REST APIs or through the use of GraphQL queries. The technology we are going to use involves the establishment of a long-running connection from the client to the server, making communication as simple as passing a message.
In this chapter, we are going to cover the following topics:
Read now
Unlock full access