From f1f2c876a9c95a3acfe4fb43626cb2d50e40df72 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 2 Dec 2020 13:33:24 +0100 Subject: [PATCH] add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2be3fd --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Netapp - a toolkit library for distributed software + +Netapp is a Rust library that takes care of a few common tasks in distributed software: + +- establishing secure connections +- managing connection lifetime, reconnecting on failure +- checking peer's state +- peer discovery +- query/response message passing model for communications +- multiplexing transfers over a connection +- overlay networks: full mesh or random peer sampling using Basalt