github.com/attic-labs/noms@v0.0.0-20210827224422-e5fa29d95e8b/samples/go/decent/p2p-chat/README.md (about) 1 This demo application is the simplest p2p chat app you could build using Noms. 2 3 Basic idea: 4 5 - Every node runs a Noms HTTP server (port controlled by --port) flag 6 - Every node broadcasts its current commit and IP/port continuously 7 - Every node continuously sync/merges with every other node 8 (note that due to content addressing, most of these syncs will immediately exit) 9 10