chrispalmeri / really-sketch

HTML Canvas graph paper drawing app
https://reallysketch.com
MIT License
20 stars 3 forks source link

Save and Load Json from DB #17

Open Bigben83 opened 3 years ago

Bigben83 commented 3 years ago

I would like to know if we can have the json from this app save to a db and retrieve and load if the page reopened. using a variable in the url to tell what drawing in the db to use.

chrispalmeri commented 3 years ago

The app currently does not have any database associated with it, and is just a static site. A database would add some cost for hosting. There could also be concerns with managing the data once it is saved since there are no user accounts. I would have to do some research into if there is a reasonable way to do it.

Bigben83 commented 3 years ago

Thanks Chris, I was just looking at using it on an internal office webpage but needed some way of saving the drawings for future editing, But that's ok I'm looking at other options.