git clone https://github.com/centrifugal/centrifugo
cd centrifugo
go build .
./centrifugo genconfig
add some setting to config.json
{
....
"admin": true,
"publish": true
}
./centrifugo --config=config.json
git clone https://github.com/miles990/gamejam.git
cd gamejam
## Change your exampleTokenHmacSecret variable in /game/event_handler.go
## It's the same setting in server config.json
## "token_hmac_secret_key"
go run main.go