March 2020
Intermediate to advanced
328 pages
7h 58m
English
WebSocket is not the only real-time communication technology that can be used in your applications. You may have restrictions in your application’s environment that prevent using a WebSocket, such as having very inconsistent client connectivity due to your application’s user profile. There may even be a newly emerged technology since this book was published that provides even better two-way web communication. It is important for the maintenance of our application that we do not design it solely around WebSocket usage. Remember, we have a WebSocket-powered application, not a WebSocket application.
A less efficient but still viable real-time communication layer is HTTP long polling. Phoenix ships with long ...
Read now
Unlock full access