richardmillen / zguide-examples

Implementations of the 0MQ examples in the guide.
http://zguide.zeromq.org/page:all
4 stars 0 forks source link

A Self-Healing P2P Network in 30 Seconds in C++ #36

Open richardmillen opened 7 years ago

richardmillen commented 7 years ago

Implement A Self-Healing P2P Network in 30 Seconds.

I mentioned brute-force discovery. Let's see how that works. One nice thing about software is to brute-force your way through the learning experience. As long as we're happy to throw away work, we can learn rapidly simply by trying things that may seem insane from the safety of the armchair.