Paul originally suggested MongoDB for the data store on the backend server, and that seems to be a good plan for a real deployment. However it's a stumbling block if we each want to run a local dev server via node.js as we develop the app.
LokiJS seems to be a good alternative: http://lokijs.org/
It has a MongoDB-like API, and yet is completely self-contained. It can be installed via a single addition to packages,json, and can use a simple local file for persistence.
If that seems sensible, I'll work on implementing the back end API using LokiJS.
Paul originally suggested MongoDB for the data store on the backend server, and that seems to be a good plan for a real deployment. However it's a stumbling block if we each want to run a local dev server via node.js as we develop the app.
LokiJS seems to be a good alternative: http://lokijs.org/
It has a MongoDB-like API, and yet is completely self-contained. It can be installed via a single addition to packages,json, and can use a simple local file for persistence.
If that seems sensible, I'll work on implementing the back end API using LokiJS.