netapp/README.md
2020-12-14 11:40:13 +01:00

14 lines
479 B
Markdown

# 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, and soon other methods
See examples folder to learn how to use netapp.