Registry / networking / chai2010-protorpc

chai2010-protorpc

JSON →
library1.1.4gogounverified

A Protobuf-RPC implementation providing ClientCodec and ServerCodec for Go's rpc package.

go get github.com/chai2010/protorpc
INSTALL
IMPORT
SIG · CHAI2010-PROTORPC
C
chai2010-protorpc
networkinggov1.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

protorpc
github.com/chai2010/protorpc

Register an RPC service and start a server using the Protobuf codec.

package main import ( "net/rpc" "github.com/chai2010/protorpc" ) func main() { // Register a service arith := new(Arith) rpc.Register(arith) // Start server with protobuf codec go rpc.ListenAndServe("tcp", ":1234", protorpc.NewServerCodec) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
chai2010-protorpc — go get chai2010-protorpc · libregistry