https://github.com/llamerada-jp/colonio
Library let it easy to use distributed systems
https://github.com/llamerada-jp/colonio
algorithms kvs webassembly
Last synced: 5 months ago
JSON representation
Library let it easy to use distributed systems
- Host: GitHub
- URL: https://github.com/llamerada-jp/colonio
- Owner: llamerada-jp
- License: apache-2.0
- Created: 2019-06-09T06:44:18.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-23T14:20:26.000Z (6 months ago)
- Last Synced: 2025-12-25T04:15:12.376Z (6 months ago)
- Topics: algorithms, kvs, webassembly
- Language: Go
- Homepage:
- Size: 2.32 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.codacy.com/gh/llamerada-jp/colonio/dashboard?utm_source=github.com&utm_medium=referral&utm_content=llamerada-jp/colonio&utm_campaign=Badge_Grade)
[](https://github.com/llamerada-jp/colonio/actions?query=workflow%3ACI)
[](https://coveralls.io/github/llamerada-jp/colonio?branch=main)
# Colonio : Library let it easy to use distributed systems
By using the distributed algorithms well, you can take away the load of the servers and create applications with high real-time performance and so on.
But there is little knowledge of distributed algorithms and we can not try it easily.
The purpose of the majority of engineers is to realize their own service, and the use of algorithms is a means.
It is interesting but not essence of work to think and implement difficult algorithms.
The purpose of Colonio is to make it more versatile and to make it easy for everyone to use distributed algorithms that are easy to use.
## Requirement to use
- Go 1.24+
- npm (for wasm build)
- make
- zip
## Run test
```console
$ make test
```
## License
Apache License 2.0