This is the Hone homepage. Find all documentation in the links on the left.
Hone is a codename for a DHT protocol that acts as a framework for application developers who want to build decentralized applications. A big issue with almost all current applications on the internet is that they are centralized, i.e. using a few central servers. There are multiple problems with that:
Hone aims to provide a framework for building secure versions of common applications. What is often not realized is that many applications do not need a central server to work, and instant messaging, voice and video chats are an example for this. Many applications actually gain resilience and scalability by using a distributed network instead of a centralized service, think of video broadcasting or sensor networks. The Internet itself is, after all, relatively decentralized.
It is not a "distributed internet", or a distributed version of a social network, or a peer-to-peer file sharing network.
The current specification of the protocol can be downloaded here.
There is a lot here that you can not see. We will publish specifications when they are closer to being finished. An proof-of-concept of the Hone DHT is being developed in Go at the moment.