How to sent message from server to client ? you can use alternative SSE (Server Sent Event)
Run Program
go run main.go
Example Send Event with trigger http call
POST http://localhost:4444/api/sse
{
"message" :"NandaRusfikri"
}
How to sent message from server to client ? you can use alternative SSE (Server Sent Event)
Run Program
go run main.go
Example Send Event with trigger http call
POST http://localhost:4444/api/sse
{
"message" :"NandaRusfikri"
}