Summary
Review processing real-time updates.
We'll cover the following...
In this chapter, we implemented a real-world example of consuming real-time messages coming from a WebSocket server in a reactive way. We explained the requirements and the context. Then we explored the features of WebSocketSubject
and learned how we can consume real-time messages through the WebSocketSubject
and how this special kind of subject works. ...