Hacker News new | ask | show | jobs
by jrochkind1 4607 days ago
If the Meteor packaging/dependency system can be easily automatically converted to node.js standard...

...this makes me ask why the heck Meteor doesn't just use the node.js standard to begin with?

1 comments

Because raw Node does not take care of setting up the database and that sort of stuff. That's what the non-Node layer around it is for. Very useful during development.