This repository contains dat tools backed up by a WebSocket accessible daemon.
By using a daemon for dat we can:
- keep sharing data in background
- have multiple tools (CLI, web, applications) share the same data
- ease application development with a client that is available everywhere
RFC for the dat daemon protocol is available here
npm install dat-daemon @dat-daemon/cli -g
datdaemond &
datdaemon list
datdaemon add ~/berlin-p2p 38bd32e351630dcb179ee52752d0312ccc6fe95e3ec35c1c9ba7d4d7f15276fe
npm install dat-daemon -g
datdaemond &
npm install @dat-daemon/cli -g
datdaemon --help
npm install dat-daemon-http-gateway -g
datdaemonhttpd &
Add screenshot Build multi platform
review the API so that it fits DatArchive! Document
- fork
dat-desktop
and plug it on the daemon - fork
dat-cli
and plug it on the daemon