Murtuza

Software

Server Sent Events 101: A Guide | HackerNoon

Server Sent Events (SSE), as the name suggests, are a way to communicate with the client by keeping a persistent connection in which the server sends text messages to the client whenever they are available. They are similar to websockets but, unlike websockets, the connection is unidirectional, i.e., only the server has the capability to send messages and the client just listens. Another key difference between SSEs and websockets is that websockets use their own

Read More ยป