Live data from Hacker News

Why Meteor will kill Ruby on Rails

differential.io

11–20 of 336 posts

Re: Why Meteor will kill Ruby on Rails

#11
Is the inability to get HTML without being a javascript engine going to be a problem for major adoption? (I know there are hacks around using phantomjs to generate HTML for non-JS clients -- is that a viable solution for serious sites?)

Re: Why Meteor will kill Ruby on Rails

#12
It depends on your definition of kill.

If you mean for new project starts, it might severely diminish it, but I don't think it will flat out end its popularity any more than Rails killed Java.

Also, it depends on what type of project you are talking about. For something at large scale, my guess is meteor won't be any more successful than Rails has been at huge scale (like Twitter).

I do agree that using one language end to end might be an awesome developer experience, but I wish that language wasn't JavaScript. I won't go into great detail as to why, but I would not want to build a large JavaScript app. That sounds incredibly painful and unpleasant to me.

Re: Why Meteor will kill Ruby on Rails

#14

Is the inability to get HTML without being a javascript engine going to be a problem for major adoption? (I know there are hacks around using phantomjs to generate HTML for non-JS clients -- is that a viable solution for serious sites?)

Meteor has a package 'spiderable' which allows Google to index the content — we're having no problems with it.

Re: Why Meteor will kill Ruby on Rails

#18
"When a client asks us to build an app, they are really asking for a fully interactive web app that utilizes javascript to get rich client interfaces."

Or maybe they really are just asking you for an app, but you'd rather build a fully interactive web app that utilizes javascript to get rich client interfaces.

Re: Why Meteor will kill Ruby on Rails

#19

Is the inability to get HTML without being a javascript engine going to be a problem for major adoption? (I know there are hacks around using phantomjs to generate HTML for non-JS clients -- is that a viable solution for serious sites?)

Meteor has a package 'spiderable' which allows Google to index the content — we're having no problems with it.

Yes, that's the PhantomJS hack.
Post reply on HN