Meteor hits 1.0
71–80 of 250 posts
Re: Meteor hits 1.0
#72Just started using Meteor + Telescope on my site TravelMo.re and love it so far. Really easy to use, kind of a pain in the butt to deploy.
Re: Meteor hits 1.0
#73I'm still a bit unclear on what the target market for Meteor is. Is this just for small to medium sized projects, or is it intended to be used for large-scale projects as well? Since it seems like everyone wants to think of themselves as doing something huge, I'm sure the answer can't be 'no' to the second question — but I don't see any examples of significant projects being built on the platform. Actually, with that…
It's definitely a win for hackathons and getting a MVP out there that needs real time features. I can't speak much for large scale projects since I haven't had the fortune of reaching that scale yet with meteor, but I'd imagine it will be ideal for that eventually simply by extrapolating the current growth and improvement trends of the framework.
Re: Meteor hits 1.0
#74Re: Meteor hits 1.0
#75I haven't looked at Meteor in a while, but am really impressed with how the vision of Meteor and the code (and of course the website) have evolved. Meteor looks extremely simple to get up and started with, and I was thoroughly impressed by the implicit modularity of it all ("meteor create" makes like 3 files, I think that's awesome) They really try (and succeed) to rid ourselves of the duplication on server and clien…
Re: Meteor hits 1.0
#76Earlier quoted context omitted.
At last months devshop in SF a speaker discussed straining the system and reaching the limits of Meteor with just hundreds of simultaneous connections: https://www.youtube.com/watch?v=cJbGNpmE7f0&t=8m30s Hundreds isn't really exactly "webscale", but I'm sure they'll iron it out, or it could have just been the application that was at fault. It's one data point however on how meteor scales.
[I work at Meteor and contributed to the MongoDB realtime driver] Scaling low-latency data synchronization is a challenge for scalability for sure! We are gradually building better and better drivers with persistence to MongoDB. The scalability can vary greatly depending on your application's data schema, usage patterns and amount of writes. If you watch the mentioned talk carefully, the speaker describes a collabora…
Re: Meteor hits 1.0
#77Re: Meteor hits 1.0
#78Re: Meteor hits 1.0
#79Kudos, Meteor team! Now, SQL, please...
You can have SQL already, use ddp methods to query a database on the backend. It's not reactive, but it enables you to use SQL.
But yes, I agree, it's not ideal until a SQL adapter is available.
Re: Meteor hits 1.0
#80Earlier quoted context omitted.
Basically, yes to all. In terms of scope it's roughly as encompassing as something like Rails - it's full stack.
Ah thanks. But if Rails is my coding platform of choice how does this integrate into it?