heimdall/README.md
Evan Hazlett 190ec3130d add advertise grpc address option
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2019-10-07 23:44:09 -04:00

7 lines
424 B
Markdown

# Heimdall
Heimdall is a peer-to-peer private network system. It uses [Wireguard](https://www.wireguard.com) for peer
communication and [Redis](https://redis.io) for backend storage. All nodes are equal and the system
auto-elects in the event of a current master failure. Non-node peers are also supported in which they
can only access the network but do not provide routing capabilities.
![Heimdall](docs/overview.png)