wbellmelodyw / gorpc

go rpc framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

go rpc framework


Languages

Language:Go 100.0%