grapevine
grapevine copied to clipboard
GrapeVine, a gossip protocol implementation w/failure detection, for building fault-tolerant, self-managing cluster of node.js processes
When a node connects to a network, does it sync pre-existing the kv pairs from other nodes or does it start with nothing and wait for new entries to be...
IMHO it should be possible to configure them by options.
/Users/kessler/dev/reason/event-proxy/node_modules/galaxya/node_modules/grapevine/lib/SocketAdapter.js:32
omg! this is why I kept getting peers with no ip address attached to them. stuff was still working since the connect code still referenced ip_to_bind, which was assigned...