The Client Web Application

Get familiar with the client web application you will be building. Also, learn how it will communicate with the backend application.

We'll cover the following...

Angular application

To showcase the reactive capabilities, you’ll create a client web application that receives quotes from the book Don Quixote.

Server-Sent Events channel

Instead of just asking for the quotes using a standard blocking call, ...