Comment on Meteor in ProductionComments−jrochkind112yIf 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?−FooBarWidget12yBecause 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.
Comments
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?
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.