Skip to content

Send Event from server to client use SSE (Server Sent Event)

Notifications You must be signed in to change notification settings

NandaRusfikri/go-server-sent-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

Send Event from server to client use SSE (Server Sent Event)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published