Hacker News new | ask | show | jobs
Ask HN: Recommendations for a simple JSON persistence library for JavaScript
5 points by in15minutes 2325 days ago
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?

3 comments

Are you looking for something like Firebase?
I assume Firebase is a heavy framework. I didn't think that's what he needs