mjp0 / datagram-node

📡 Datagram is an open-source data platform that you can use to build secured & shareable p2p databases with anyone.
https://datagramjs.com
Apache License 2.0
1 stars 0 forks source link

Build CLI interface v1 #39

Closed mjp0 closed 5 years ago

mjp0 commented 5 years ago

At the moment Datagram has no interface outside the library API. This limitation makes it unattractive to use for anybody outside those who are integrating Datagram as part of their own system. So we need user interface and what better place to start than a good old CLI.

First version of CLI is just pure commands meaning that there's no daemons or background processing. Later on we need to expand CLI to have daemon/background capabilities so you don't need to manually run it every time.


Deliverables