- Notifications
You must be signed in to change notification settings - Fork136
examples for the latest rpcx
License
NotificationsYou must be signed in to change notification settings
rpcxio/rpcx-examples
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A lot of examples forrpcx
you should build rpcx with necessary tags, otherwise only need to install rpcx:
go get -u -v github.com/smallnest/rpcx/...
If you install succeefullly, you can run examples in this repository.
Enter one sub directory in this repository,go run server.go
in one terminal andcd client; go run client.go
in another ternimal, and you can watch the run result.
For example,
cd 101basic/servergo run server.go
And
cd 101basic/clientgo run client.go
About
examples for the latest rpcx
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.