/gorpc-1

go rpc framework

Primary LanguageGo

gorpc

go rpc framework

Quick Start

git clone https://github.com/lubanproj/gorpc.git
cd examples/helloworld

## 启动 server
go run server/server.go

## 启动 client
go run client/client.go