I am currently evaluating Mongo and CouchDB for storing data points (analytics).
During my earlier interaction with CouchDB, I loved its JSONP based interface. I could perform all CRUD operations from purely JavaScript.
Just run CouchDB and write some JavaScript - no server side component needed.
When comparing this to Mongo, is there any REST interface available?
Is it possible to do CRUD purely from javascript in Mongo?
Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…