Skip to content

halokid/rpcx-plus-examples

Repository files navigation

Examples for the latest rpcx-plus

A lot of examples for rpcx-plus

How to run

you should build rpcx-plus with necessary tags, otherwise only need to install rpcx-plus:

go get -u -v github.com/halokid/rpcx-plus/...

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 and cd client; go run client.go in another ternimal, and you can watch the run result.

For example,

cd 101basic
go run server.go

And

cd 101basic/client
go run client.go

About

rpcx-plus examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages