Server-Sent Events 101
Server-Sent Events (SSE) is a unidirectional communication between the client and server. The client initiates the connection with the server using EventSource API.
The previously mentioned API can also listen to the events from the server, listen fo...
zsevic.hashnode.dev2 min read