From dfc248e5bb30b786644a31f9e0ae225a2035b60c Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Tue, 3 Jan 2023 13:10:06 -0800 Subject: [PATCH] Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..25254b1 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file