Top sites using Meteor?

What are the biggest or otherwise famous websites using Meteor?

I see some examples on Quora but none of them seem to really need the real-time-ness of Meteor. I’m wondering what are the largest sites that have some sort of real-time features and get loads of traffic too.

You can see the case studies here - https://www.meteor.com/case-studies/build-apps-with-meteor

And you can see that article too - http://blog.differential.com/scaling-meteor-to-20000-users-in-7-days/

Deja vu.

A client recently reached out and asked if we’d be interested in building a Meteor site for them. (The fact that they asked for the technology by name was interesting.)

At the start of our meeting, he asked what we liked about Meteor. My answer is:

  1. it speeds our development immensely (write once, client and server-side code all in JS, lots of performance issues handled for us like data-on-the-wire, sending only changes, etc.),
  2. security (methods on server),
  3. it’s a full-stack ecosystem (atmosphere, db included, etc.)…
  4. with a single, funded, and impressive group behind it. (Part of our decision to bet heavily on Meteor back at 0.5 was seeing @debergalis at HTML5 I think, and seeing that there was a grown-up at the wheel. I have been burned before and since with startup vaporware BS.)

Note that reactivity isn’t even in our top four, because I don’t feel it’s a key differentiator for Meteor. Other solutions have it, and of course you could roll your own.

I find it interesting that Meteor is being pigeonholed as “It has this cool reactivity built in”, and that feels like a non-winnable battle. So do other things, and that’s not the key Meteor play.

JMHO, YMMV, ETC.

4 Likes

We used Meteor + Famo.us for a social media app - http://downtochill.com

Interesting. Arjun, what did you make your mobile app with? Does it interact with Meteor through some API you built?

Its actually just a straight Meteor App using Famo.us for its view layer, and Cordova as the webview layer so that it can be an app on android/ios.