软件包: golang-github-weaveworks-mesh-dev (0.1+git20180323.0c91e69-1)
golang-github-weaveworks-mesh-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-weaveworks-mesh:
- [golang-github-weaveworks-mesh_0.1+git20180323.0c91e69-1.dsc]
- [golang-github-weaveworks-mesh_0.1+git20180323.0c91e69.orig.tar.gz]
- [golang-github-weaveworks-mesh_0.1+git20180323.0c91e69-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Martín Ferrari
外部的资源:
- 主页 [github.com]
相似软件包:
go library to build distributed systems
Mesh implements a gossip protocol that provide membership, unicast, and broadcast functionality with eventually-consistent semantics. In CAP terms, it is AP: highly-available and partition-tolerant.
Mesh works in a wide variety of network setups, including thru NAT and firewalls, and across clouds and datacenters. It works in situations where there is only partial connectivity, i.e. data is transparently routed across multiple hops when there is no direct connection between peers. It copes with partitions and partial network failure. It can be easily bootstrapped, typically only requiring knowledge of a single existing peer in the mesh to join. It has built-in shared-secret authentication and encryption. It scales to on the order of 100 peers, and has no dependencies.
其他与 golang-github-weaveworks-mesh-dev 有关的软件包
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries