rpcx-examples3

examples for rpcx 3.0

Github星跟踪图

Examples for rpcx 3.0

A lot of examples for rpcx 3.0

How to run

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 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

主要指标

概览
名称与所有者rpcxio/rpcx-examples
主编程语言Go
编程语言Go (语言数: 4)
平台
许可证Apache License 2.0
所有者活动
创建于2017-10-20 07:19:25
推送于2024-08-22 15:27:56
最后一次提交2024-08-22 23:27:49
发布数1
最新版本名称v1.1.6 (发布于 2020-07-14 19:36:26)
第一版名称v1.1.6 (发布于 2020-07-14 19:36:26)
用户参与
星数414
关注者数21
派生数135
提交数192
已启用问题?
问题数37
打开的问题数3
拉请求数5
打开的拉请求数20
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?