Borg server turn your device to W3 node with configured IPFS server Which
Borg client
knows how to connect to it by its PeerID from anywhere.
Explore the docs »
Table of Contents
Use Server with caution and know the risk's becuse we are at development stage and the identity and encription is not avalibale so you become public node that can accessed from anywhere.
This is an example of how to list things you need to use the software and how to install them.
- rush
npm install -g @microsoft/rush
- Clone the repo
git clone https://github.com/functionland/borg.git
- Install dependencies packages and build
rush update rush build
Enter Server folder and start server
cd apps/server
rushx start
For more examples, please refer to the Documentation
- [*] Protocols
- [*] File
- [] Data
- [] AI
- [] Identity
- [] Encryption
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
See LICENSE
for more information.