Spring / Spring Interview questions II
What is Spring SSE?
Spring Server-Sent-Events (SSE) is an HTTP standard that allows a web application to handle a unidirectional event stream and receive updates whenever server emits data.
WebSockets offer full-duplex (2 way) communication between the server and the client, while SSE uses uni-directional communication.
More Related questions...