I'm looking for peer to peer framework recommendations to build a distributed app. In particular, a framework that supports seeds and peer discovery, message passing, maybe firewall / UPNP support, etc. I'm not particular about language (Java, Go, Javascript, etc), since it's for a new project. I found this thread from 2016 (https://ift.tt/2IDlayT), it had some interesting recommendations, but quite a few were out of date, and with the big push to distributed apps nowadays, I thought it might be a good time to readdress the topic. Some of the solutions form the other thread or that I've found: - Smokesignal (Javascript / Node, not updated in >10 months) https://ift.tt/2JsYQcj - ZeroTier: https://ift.tt/1OHkzIc - Maki: https://maki.io - Telehash: http://telehash.org/ - A whole host of blockchain projects, Bitcoin, Ethereum, HyperLedger, Scorex (Scala blockchain) Bitcoin is an interesting option, it certainly has a large user base and is well tested and secure c...