Hacker News new | ask | show | jobs
by stottc 5341 days ago
There's something incredibly natural about node & mongo together.
3 comments

They're both Web Scale
Actually it's more like: hey, let's take two tools that ought to be used with utmost caution by people who know what they're doing and why they need them, and present them as the best thing since sliced bread.

The huge majority of uses for either would be better served without them.

Our team's been using node/mongo in production for nearly a year now - on large social games.

The win on engineering productivity alone has made them a good choice for us.

Why such an elitest attitude? We all have to start somewhere.
What elitist attitude? Agree, we all have to start somewhere, and the basics --a relational DB and a synchronous framework are fine somewheres to start from.

Now, when (and if) you know enough about those, by all means move on to NoSQL etc.

Note, though, that I'm taking about people using it in production and not knowing what the compromises are --the "Mongo DB is webscale" and "node.js is damn fast" people.

I have no problem with people that are just using it to play/experiment with (though, they too would have to understand the compromises eventually).

What does it matter to you if they use it in production? It's not like your house is going to burn down.
Huh? Things should only matter to us when they affect us personally? Caring for the state of technology and development in general is prohibited?
Mongo is excellent but I'd argue that Node and CouchDB is even a better fit because there's not even a driver involved, it's one HTTP request which just calls another.