hdc-arizona / roundtrip

MIT License
12 stars 2 forks source link

Consider using a data store like Redis #11

Open cscully-allison opened 2 years ago

cscully-allison commented 2 years ago

Storing our data for upload to and download from JS in the browser memory is inefficient and can cause foreseeable problems. A redis data store or similar would likely be better and more resource efficent.