/protorpc

golang gogoprotobuf rpc based net/rpc

Primary LanguageGo

Terry-Mao/protorpc

Terry-Mao/protorpc is an rpc library based on net/rpc and gogo/protobuf.

Requeriments

protobuf and gogoprotobuf are required.

see:

protobuf

gogoprotobuf

Installation

Just pull Terry-Mao/protorpc from github using go get:

$ go get -u github.com/Terry-Mao/protorpc

Documentation

Read the Terry-Mao/protorpc documentation from a terminal

$ go doc github.com/Terry-Mao/protorpc

Alternatively, you can protorpc