COLONIO
Updated 538 days ago
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...
By using distributed algorithms in client or frontend side, You can utilize clients resource instead of server resource, for example, network and storage. You can develop services that are difficult to scale with server resources alone. By combining with the client / server model, there is a possibility to reduce its cost.