Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 548 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 548 Bytes

Server-sent events

Compared to websockets, SSE has unidirectional communication with the clients, for that reason you can't send information through the streaming from the client side. This protocol could be used to receive/listen simple notifications about payments, registers, user actions and more.


image

Example

image