Hacker News new | ask | show | jobs
by WiseWeasel 5071 days ago
I noticed Meteor outputs your entire web app to a single JavaScript file, which seems peculiar to me. Is it seo-friendly? Is this something that will scale? Is it mobile-friendly? Are the any drawbacks to this approach? Why would I base a large project on Meteor rather than Backbone.js?
1 comments

It (can be) page load-time friendly, since there's an overhead for each JS file that's sent.