Hacker News new | ask | show | jobs
by wasd 4704 days ago
I guess that makes sense but do most people who use node.js use mongo in production or just as a scaffolding tool?
1 comments

Who the heck just uses mongo as a scaffolding tool? I don't know anyone who does that.
what he meant (i think) is use MongoDB in a lean manner - which is to say, try to get something off the ground, and if it takes off, switch to the most appropriate DB then (which might be Mongo).

I think this is the killer use of Mongo IMO.

Yeah, this is exactly what I meant.