# Run chat client against localhost using the default threshold service url.
go run -race clients/chat/cmd/main.go \
    -insecure=true \
    --log=info \
    --server=wss://localhost:3002 \
