Technology stack as a library for developing semi-decentralized web applications
Checkout Peerchat demo
Explorer | Docs | CI |
---|---|---|
See Tutorial to get started using DStack in your dapp
Version 0.2.x will be deprecated soon, majority of the development is moved to next
branch.
This version will not receive any major upgrades or improvements, only minor security fixes and dependency upgrades.
DStack was created to bring together some of the popular libraries/technologies for the decentralized web (like IPFS) into a single ecosystem to provide an easy way for developing decentralized web applications where your infrastructure is a single source of truth.
For example, you can use PubSub API to create real-time events client-side
or Shard API to share temporary/preview files or structured data between clients without the need to upload to your servers
For example, you can create a collaborative real-time WYSIWYG editor with file preview support where all events and file previews are handled without your server infrastructure.
DStack simplifies IPFS JavaScript API for application development usage
DStack provides:
Badge:
[![dstack](https://dstack.dev/img/badge.svg)](https://dstack.dev)
DStack workspace is managed by nx.dev
- lib - Core library
- relay - Relay
- transport -
libp2p-webrtc-star
fork for relay - ipfs - IPFS
- docs - Docs
Build packages:
yarn build
Lint packages:
yarn lint
Start packages:
yarn serve
Bump packages version:
yarn release
All packages are licensed under GPL-3.0, except transport is licensed under MIT.
See LICENSE