qiwitech / tcprpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godoc Build Status

tcprpc

tcprpc is an RPC framework and protobuf service generator. It's a part of qdp project. You only need this to have plutos system compiled successfully.

It's designed to be simple, lightwait and optimized for lots of parallel requests. It uses protobuf encoded requests and responses over raw tcp connection.

If you are looking for some general purpose RPC framework you'd better to use gRPC

About

License:GNU General Public License v3.0


Languages

Language:Go 100.0%