DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

CLI client support for loading and saving from file #15

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

Demo client should have a --file option to specify a file to initially load from, and periodically save to. This will give us a bit of persistence between runs.

Will also want to add /demo/client/*.json to .gitignore.

MaddieM4 commented 10 years ago

It really only took that one commit. There's more work that needs doing, but I realized that it belongs in a separate ticket.