Go to file
Elara dfc248e5bb Add README 2023-01-03 13:10:06 -08:00
muxconn Fix package name 2023-01-03 13:01:37 -08:00
muxserver Initial Commit 2023-01-03 12:56:09 -08:00
LICENSE Add license 2023-01-03 12:57:49 -08:00
README.md Add README 2023-01-03 13:10:06 -08:00
go.mod Initial Commit 2023-01-03 12:56:09 -08:00
go.sum Initial Commit 2023-01-03 12:56:09 -08:00

README.md

drpc

This repo contains utilities for the DRPC framework.

Currently, it contains the following utilities:

  • muxconn: Drop-in replacement for drpcconn with stream multiplexing support via yamux.
  • muxserver: Drop-in replacement for drpcserver with stream multiplexing support via yamux.