I would like to use mongodb directly from the client-side, using javascript inside my models. I suppose this is possible since on the mongo website there is a javascript realtime console for demo.
Does exist a way to use the same api in a normal javascript application without having to write client-server glue code?
Thanks