iamjerrchen / p2p_messaging_network

0 stars 0 forks source link

Implement a Super PO Node #10

Open iamjerrchen opened 6 years ago

iamjerrchen commented 6 years ago

We should assume that the Super PO Node is fault proof in an ideal situation.

The Super PO Node will hold a table of users in the network and their status of whether a node is listening for new neighbors. The Super PO Node will bootstrap all new nodes to integrate them into the network, providing it with a neighbor to connect to. Nodes leaving and joining the network should notify the Super PO Node to maintain an updated table.

iamjerrchen commented 6 years ago

The super PO Node should be implemented as a separate application/process since its purpose is different from the client and server process.