I’m new to Mongo and I’m really liking playing around with the JavaScript console. Now that I know the basics of Mongo, how can I link the client side javascript with Mongo?
Ideally, I want to use the same syntax the Mongo console offers, now that I got used to it.
Assuming you are familiar with node.js, this might be close to what you want:
https://github.com/marcello3d/node-mongolian
“Mongolian DeadBeef is an awesome Mongo DB node.js driver that attempts to closely approximate the mongodb shell.”