Add README

This commit is contained in:
Elara 2023-01-03 13:10:06 -08:00
parent a060c5a578
commit dfc248e5bb
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# 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.