HACKER Q&A
📣 in15minutes

Recommendations for a simple JSON persistence library for JavaScript


Please recommend a simple JavaScript library to persist JSON data (could be on a third party server).

I often need to store data from JS. It takes a while build APIs and DB support for every single change in what might be a throw-away code. Also, I dont want to tie into any application framework.

There should be something simple like this. Any recommendations?


  👤 june28 Accepted Answer ✓

👤 santana16

👤 javadiagrams
Are you looking for something like Firebase?