Mongo Change Streams with Server-Sent Events in SpringBoot and Kotlin
Server-Sent Events (SSE) is a mechanism that can be used as an alternative to WebSockets to push streaming data to a client, there are many fundamental differences and a quick google search for “SSE vs WebSockets” will give you a lot of details if you want to understand both technologies