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

..18-Oct-2021-

main.goH A D18-Oct-20212.3 KiB11193

readme.mdH A D18-Oct-2021297 106

readme.md

1Can be used with benchmark client script from `centrifuge-go` repo.
2
3This server example works as simple proxy for all events - without extra business logic, so suitable to measure Centrifuge performance.
4
5To start example run the following command from example directory:
6
7```
8go run main.go
9```
10