Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 331 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 331 Bytes

Server Sent Event Golang

How to sent message from server to client ? you can use alternative SSE (Server Sent Event)

Logo

Usage/Examples

Run Program

go run main.go

Example Send Event with trigger http call

POST http://localhost:4444/api/sse

{
    "message" :"NandaRusfikri"
}