1Example demonstrates a possibility of using Centrifuge with WebSocket unidirectional transport. This can make sense if you build a system based on unidirectional data flow so websocket is just a one more viable option to connect for your clients.
2
3To start example run the following command from example directory:
4
5```
6go run main.go
7```
8
9Then go to http://localhost:8000 to see it in action.
10