Introduction to Processing Real-Time Updates
Discover how to process real-time updates.
We'll cover the following...
Real-time is a very hot topic nowadays. The demand for real-time features has been growing in web applications. So how can you process real-time messages in the frontend and update the displayed data automatically in the UI? This is what we’ll cover in this chapter. We’ll start by explaining the requirements, and then we’ll walk you through the different steps to implement the reactive pattern for consuming real-time updates. Finally, ...