subspace-docs/readme.md

21 lines
850 B
Markdown
Raw Normal View History

2019-09-03 14:40:19 -04:00
---
home: true
2019-10-03 14:54:46 -04:00
heroImage: /assets/img/logo.svg
heroText: " "
2019-09-03 14:40:19 -04:00
actionText: Get Started
actionLink: /getting-started/
2019-09-11 10:07:10 -04:00
footer: MIT Licensed | Subspace is part of the Status Network
features:
- title: Automatic Syncing
2019-10-10 10:32:02 +09:00
details: Subspace takes care of syncing under the hood, syncing exactly what you need when you need it. It saves the state to a local database ensuring the DApp always syncs from the last known point even after reloading the DApp.
- title: Reactive
2019-10-10 10:32:02 +09:00
details: Subspace embraces reactive programming with RxJS. It provides methods to track and subscribe to events, contract state & balances, and react to changes via observables.
- title: Framework Agnostic
2019-10-10 10:32:02 +09:00
details: Subspace is framework agnostic and integrates well with your favourite frameworks, from React to Angular. It works in the browser and in nodejs.
---
2019-09-03 14:40:19 -04:00
---
<code1/>