diff options
Diffstat (limited to 'docs/cookbook')
-rw-r--r-- | docs/cookbook/diy-dat.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cookbook/diy-dat.md b/docs/cookbook/diy-dat.md index 8397352..12fb868 100644 --- a/docs/cookbook/diy-dat.md +++ b/docs/cookbook/diy-dat.md @@ -2,6 +2,8 @@ In this guide, we will show how to develop applications with the Dat ecosystem. The Dat ecosystem is very modular making it easy to develop custom applications using Dat. +This tutorial will follow the steps for sharing and downloading files using Dat. In practice, we implement these in [dat-node](https://github.com/datproject/dat-node), a high-level module for using Dat that provides easy access to the core Dat modules. + For any Dat application, there are three essential modules you will start with: 1. [hyperdrive](https://npmjs.org/hyperdrive) for file synchronization and versioning |