A toolkit library for distributed software
Go to file
Alex b63179c699 Logging 2020-12-04 13:58:34 +01:00
examples Logging 2020-12-04 13:58:34 +01:00
src Logging 2020-12-04 13:58:34 +01:00
.dockerignore Build docker container for basalt example 2020-12-03 18:55:00 +01:00
.gitignore First commit 2020-12-02 13:30:47 +01:00
Cargo.lock Logging 2020-12-04 13:58:34 +01:00
Cargo.toml Logging 2020-12-04 13:58:34 +01:00
Dockerfile Logging 2020-12-04 13:58:34 +01:00
Makefile Build docker container for basalt example 2020-12-03 18:55:00 +01:00
README.md add README 2020-12-02 13:33:24 +01:00
rustfmt.toml First commit 2020-12-02 13:30:47 +01:00

README.md

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