/Tiny-RPC

An prototype of RPC framework

Primary LanguageGo

Tiny-RPC

A tiny prototype of RPC framework

Blog: Golang 简易 RPC 框架

Build Setup

Install

go get -u github.com/Jiahonzheng/Tiny-RPC/...

Test

# run server
cd example/server/
go build
server.exe

# run client
cd example/client/
go build
client.exe