• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..18-Oct-2021-

main.goH A D18-Oct-202115.1 KiB587470

readme.mdH A D18-Oct-2021394 106

readme.md

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