karyontech / karyon

An infrastructure for peer-to-peer, decentralized, and collaborative software.

Home Page:https://karyontech.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

karyon

An infrastructure for peer-to-peer, decentralized, and collaborative software.

In molecular biology, a Karyon is essentially "a part of the cell containing DNA and RNA and responsible for growth and reproduction"

Join us on:

Crates

  • karyon core: Essential utilities and core functionality.
  • karyon net: Provides a network interface for TCP, UDP, and Unix, along with common network functionality.
  • karyon p2p: A lightweight, extensible, and customizable peer-to-peer (p2p) network stack.
  • karyon jsonrpc: A fast and small async JSONRPC2.0 implementation.
  • karyon crdt: A CRDT implementation for building collaborative software.
  • karyon base: A lightweight, extensible database that operates with karyon crdt.

Status

This project is a work in progress. The current focus is on shipping karyon crdt and karyon base, along with major changes to the network stack. You can check the issues for updates on ongoing tasks.

Docs

Online documentation for the main crates: karyon_p2p, karyon_jsonrpc

For the internal crates: karyon_core, karyon_net

Thanks

Big thanks to Ink & Switch team, smol async runtime, and zmq.rs for the inspiration!.

Contribution

Feel free to open a pull request or an issue.

License

All the code in this repository is licensed under the GNU General Public License, version 3 (GPL-3.0). You can find a copy of the license in the LICENSE file.

About

An infrastructure for peer-to-peer, decentralized, and collaborative software.

https://karyontech.net/

License:GNU General Public License v3.0


Languages

Language:Rust 98.1%Language:Shell 1.4%Language:Python 0.5%