Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc authored Jul 30, 2018
1 parent 8b1d44e commit ac21b67
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ start etcd (this command requires docker-compose and will run an etcd container
cd ./examples/testing && docker-compose up -d etcd
```
run the connector frontend server from cluster_grpc example
```run-cluster-grpc-example-connector```
```
run-cluster-grpc-example-connector
```
run the room backend server from the cluster_grpc example
```run-cluster-grpc-example-room```
```
run-cluster-grpc-example-room
```

you should now have 2 pitaya servers running, a frontend connector and a backend room.
You should now have 2 pitaya servers running, a frontend connector and a backend room.
You can then use [pitaya-cli](https://github.com/topfreegames/pitaya-cli) a REPL client for pitaya for sending some requests:
```
$ pitaya-cli
Expand Down

0 comments on commit ac21b67

Please sign in to comment.