aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: b2be3fdf9e315697a97ae006a38d859ed4d24f05 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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