Introduction
Colonio
makes easy distributed system.

Colonio is an open source library, to provide distributed system features for your system containing web frontend. It containing some distributed algorithms and you can use it easily.

Functions #

You can use some algorithms in your system.

  • Simple messaging function between nodes.
  • Distributed Key Value Store.
  • Location-based spread messaging.

Connectivity #

You can make P2P mesh network over the internet using WebRTC. And connect Web browser (Javascript), native application (C/C++/Go) each other as the same network space.

Scalability #

Colonio requires only one server as a seed, even if there are many clients as nodes. Most of the network cost is borne by nodes.