March 2020
Intermediate to advanced
328 pages
7h 58m
English
Real-time systems are all about getting data from the server to the user, or vice versa, as quickly and efficiently as possible. A critical piece of a real-time system is the communication layer that sits between the server and the user. The user may be on a browser, a mobile app, or even another server. This means that we want to pick a communication layer that can work well in a variety of different circumstances, from high-latency mobile connections to very fast connections.
In this book, we’ll use WebSockets as our communication layer; they form the backbone of real-time web applications today. This may change as technology evolves over time, but it’s the best solution in the current technology landscape. ...
Read now
Unlock full access