drpc/README.md

8 lines
347 B
Markdown
Raw Permalink Normal View History

2023-01-03 21:10:06 +00:00
# drpc
This repo contains utilities for the [DRPC](https://github.com/storj/drpc) framework.
Currently, it contains the following utilities:
- [muxconn](muxconn): Drop-in replacement for drpcconn with stream multiplexing support via yamux.
- [muxserver](muxserver): Drop-in replacement for drpcserver with stream multiplexing support via yamux.