With HTTP/2 we can no longer use Web Sockets, so when we need to push data to the client from the server we need an alternative way. This is where Server-Sent Events come in. In this post, I will show how to implement it both in the backend, using Spring Boot, and on an Android client.