More of an academic project than anything, this program is a true peer-to-peer (P2P) chat program meaning it does not require a central server to operate. The program works by using connectionless datagram packets sent out to a list of IP address that is constantly propagated throughout the entire "cloud". What that means in english is that whenever one person joins one "node", all the rest of the nodes are synced with the new IP address, all without a server.