Skip to content

Commit

Permalink
expand docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayBlagoev committed Sep 5, 2024
1 parent 1af9f83 commit c629448
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ DecCom provides an easy interface to stack modular protocols on top of each othe

THE PROJECT IS STILL A WORK IN PROGRESS!! ALL BINDINGS ARE SUBJECT TO CHANGE! USE AT YOUR OWN RISK!

## Install

You can download with **pip**

```shell
pip install deccom
end
```

or build from source:

```shell
git clone [email protected]:NikolayBlagoev/DecCom-Python.git
cd DecCom-Python
pip install .
end
```


## Why DecCom?

Many popular frameworks for distributed applications are often overly complex, poorly maintained, or straight up not working. [IPv8](https://github.com/Tribler/py-ipv8) has an incredibly rigid structure and poor throughput. [LibP2P](https://libp2p.io/) has a tidiously slow developmental cycle and for many languages the repositories are no longer maintained. It is incredibly difficult to build your desired application on any of these.
Expand Down

0 comments on commit c629448

Please sign in to comment.