Registry / networking / drpc
library1.0.0gogounverified

Lightweight replacement for gRPC with a focus on simplicity and performance.

go get storj.io/drpc
INSTALL
IMPORT
SIG · DRPC
D
drpc
networkinggov1.0.0
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.

drpc
storj.io/drpc

Create a new DRPC server.

package main import ( "storj.io/drpc" "storj.io/drpc/drpcserver" ) func main() { server := drpcserver.New(nil) _ = server }
Debug
Known issues
breakingDRPC uses a custom wire protocol; not compatible with gRPC.
fix
Use DRPC clients and servers exclusively; do not mix with gRPC.
affects: all
Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
drpc — go get drpc · libregistry