Skip to content

Latest commit

 

History

History

unidirectional_sse

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Example demonstrates a possibility of using Centrifuge with Eventsource/SSE unidirectional transport.

The benefit here is that you get the scalable PUB/SUB system for real-time notifications using one of the simplest HTTP-based transports.

The drawback: you need to use a custom client code to unwrap Centrifuge protocol-encoded push frames (pretty simple though).

To start example run the following command from example directory:

go run main.go

Then go to https://localhost:8000 to see it in action.