Meteor in Production
21–30 of 34 posts
Re: Meteor in Production
#22Re: Meteor in Production
#23Re: Meteor in Production
#24The author says that Meteor is a framework that is "pretty similar" to Rails, but that is not true. Meteor is totally different and strongly geared towards "real-time"[1] responses, unifying client-server code bases and automatic state propagation to all connected clients. Rails embodies convention over configuration and the don't-repeat-yourself principle. It's ecosystem is generally geared towards server-side proce…
Re: Meteor in Production
#25The author says that Meteor is a framework that is "pretty similar" to Rails, but that is not true. Meteor is totally different and strongly geared towards "real-time"[1] responses, unifying client-server code bases and automatic state propagation to all connected clients. Rails embodies convention over configuration and the don't-repeat-yourself principle. It's ecosystem is generally geared towards server-side proce…
Re: Meteor in Production
#26...this makes me ask why the heck Meteor doesn't just use the node.js standard to begin with?
Re: Meteor in Production
#27The author says that Meteor is a framework that is "pretty similar" to Rails, but that is not true. Meteor is totally different and strongly geared towards "real-time"[1] responses, unifying client-server code bases and automatic state propagation to all connected clients. Rails embodies convention over configuration and the don't-repeat-yourself principle. It's ecosystem is generally geared towards server-side proce…
he was using real-time in the context of web applications
Re: Meteor in Production
#28If 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?
Re: Meteor in Production
#29Earlier quoted context omitted.
I don't get it. There is the "meteor bundle" command, which as far as I can tell does the exact same thing. "meteor bundle" turns your Meteor app into a regular Node.js app. It does not bundle Node.js itself and it does not bundle MongoDB. The author mentioned that Demeteorizer allows a Meteor app to be able to run on any Node.js hosting provider. "meteor bundle" does that too. In last week's announcement about the P…
I never did get Demeteorizer to work so I can't compare them but yes the meteor bundle command gives you a Node.js app that can be deployed like any other. As I understand it the former was created before the meteor bundle command was available.
Re: Meteor in Production
#30Author asserts Meteor scales poorly, which inspired his script "demeteorizer" which helps only if the project is deployed to author's hosting service "modulus.io"
I don't get it. There is the "meteor bundle" command, which as far as I can tell does the exact same thing. "meteor bundle" turns your Meteor app into a regular Node.js app. It does not bundle Node.js itself and it does not bundle MongoDB. The author mentioned that Demeteorizer allows a Meteor app to be able to run on any Node.js hosting provider. "meteor bundle" does that too. In last week's announcement about the P…