9 ms·
There's something incredibly natural about node & mongo together.
by stottc 15y ago
There's something incredibly natural about node & mongo together.
- frou_dh 15y agoThey're both Web Scale
- Luyt 15y agoFunny video: http://www.mongodb-is-web-scale.com/ http://www.mongodb-is-web-scale.com/
- dextorious 15y agoActually 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.
- trafficlight 15y agoWhy such an elitest attitude? We all have to start somewhere.
- dextorious 15y agoWhat 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).
- trafficlight 15y agoWhat does it matter to you if they use it in production? It's not like your house is going to burn down.
- dextorious 15y agoHuh? Things should only matter to us when they affect us personally? Caring for the state of technology and development in general is prohibited?
- stottc 15y agoOur 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.
- wavephorm 15y agoMongo 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.