Is there any framework or technique to simply update data edited in table and stored in mongoDB
I am using angularjs, node.js and mongoDB.
My 'by hand' idea is to:
- track edits in angular table that will return json with updated fields
- send REST request for update edited fields with proper document id