/sse-notify

server-sent-events to receive notifications in realtime using streaming

Primary LanguageGo

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