-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ run the room backend server from the cluster_grpc example | |
make run-cluster-grpc-example-room | ||
``` | ||
|
||
Now there should be 2 pitaya servers running, a frontend connector and a backend room. To send requests, use a REPL client for pitaya [pitaya-cli](https://github.com/topfreegames/pitaya/cli). | ||
Now there should be 2 pitaya servers running, a frontend connector and a backend room. To send requests, use a REPL client for pitaya [pitaya-cli](https://github.com/topfreegames/pitaya/tree/main/cli). | ||
|
||
``` | ||
$ pitaya-cli | ||
|
@@ -97,7 +97,7 @@ If you have found a security vulnerability, please email [email protected] | |
+ [libpitaya](https://github.com/topfreegames/libpitaya) | ||
+ [pitaya-admin](https://github.com/topfreegames/pitaya-admin) | ||
+ [pitaya-bot](https://github.com/topfreegames/pitaya-bot) | ||
+ [pitaya-cli](https://github.com/topfreegames/pitaya/cli) | ||
+ [pitaya-cli](https://github.com/topfreegames/pitaya/tree/main/cli) | ||
+ [pitaya-protos](https://github.com/topfreegames/pitaya-protos) | ||
|
||
- Documents | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pitaya-cli | ||
================== | ||
Pitaya CLI | ||
========== | ||
|
||
A REPL cli client made in go for pitaya. | ||
|
||
|