Hacker News new | ask | show | jobs
by joepie91_ 3777 days ago
Mongo isn't even "Javascript-friendly". It just accepts JSON for queries, that's all. JSON is approximately as related to Javascript as Javascript is related to Java.
1 comments

Its shell accepts JavaScript commands IIRC. Not sure if that's enough to call it JS Friendly though.
It might, but you're not going to be using that shell in an actual application, so that would hardly make a difference. The querying is all JSON.