anternet-group.js
Anternet library for join and get other peers based on a group id.
Example
const Anternet = ;const Group = ; const id = '<< hash >>'; const anternet = ;const group = anternet id; // other peer addressconst address = '127.0.0.1';const port = 12345; group;console; // 1 // update and find more peersgroup; group; // get peers from other peergroup;
License
MIT License. Copyright © 2016 Moshe Simantov