uses the bittorrent DHT. code is hacky, written for fun.
As opposed to Bleep and Tox, it works right now with no extra protocol or network.
when you say this you're not talking about bittorrent-dht's bootstrap nodes right[1]?
[1]https://github.com/feross/bittorrent-dht/blob/497d1e08f5bc06...
Just out of interest, do you know of any other systems that do that?
Their protocol is more complex however. Their goals are to hide who is talking who, from entities that might just be scraping the DHT. With bluntly, you can tell who is talking to who, by looking at what peers advertised on the rendezvous node.
Because they have control over the bittorrent protocol, they can go ahead and make changes to it that make NAT penetration easier (a 3rd party peer with a public address acts as a facilitator for putting 2 peers behind NAT in contact) or they can allow for arbitrary data to be stored in the DHT.
After that, it's the job of every one to try to connect to the other side. Sadly, if there's a NAT on each side, it's not enough...
It also uses PGP keys to facilitate encryption, authenticity, and a comprehensive web of trust
i coded it a while ago and then though to post it just now. (it actually took longer but i just pushed all code in 1 day)
So I would go ahead and say no, this isn't ready for production.
Now the next step is to implement file transfer and self-hosted web server with social network app and you have decentralized internet :)