|
|
|
|
|
by bogwog
808 days ago
|
|
That sounds a lot like CouchDB and PouchDB. I haven't used the latter, but CouchDB provides a standard REST API (with authentication) out of the box. You'll probably need to add a custom API for more complex stuff, integrating with other services, etc. But all the boring CRUD stuff is already built into the database. But more stuff like this is always welcome! |
|