Live data from Hacker News

Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

meteor.com

51–60 of 134 posts

Re: Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

#51
Meteor is great i used it to prototype the live section of www.sportskeeda.com. Then i had to switch to jquery polling to make it faster. Meteor was fast except for the initial load that used to take a couple of extra seconds. This was reduced to large extent on Modulus.

So my suggestion to anyone considering Meteor in production is to deploy on Modulus.

Re: Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

#52

Earlier quoted context omitted.

If you get lost at any point, I highly recommend https://www.discovermeteor.com/ . Definitely much useful than the official documentation if you're looking for any sort of tutorial.

Why aren't these great books turned into the official documentation if the current official docs are lacking in so much quality?

Because that sort of "consulting economy" is the open source business model de jure.

Re: Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

#53
post #31

I used Meteor a number of times a few years ago and was totally blown away by it. Utterly fantastic. Then went down the route of working in enterprise java for a few years and now, trying to get into full stack javascript based development, I feel totally swamped.

What are you getting hung up on the most?

Re: Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

#54

I think I might give Meteor a shot. For a long time I have been working with AngularJS and Node.js. Recently I have been working exclusively with React.js + Flux and Node.js to build isomorphic web applications. I like the fact Meteor is isomorphic by default and comes with everything you need. I have always somewhat seen it as this outlier, a great looking framework but lacking the same vocality that Facebook and Go…

If you get lost at any point, I highly recommend https://www.discovermeteor.com/ . Definitely much useful than the official documentation if you're looking for any sort of tutorial.

http://www.meteor-tutorial.org/ - highly recommended by me because I wrote it.

Re: Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

#55

Earlier quoted context omitted.

The tooling is where Meteor really shines. I must admit I found React to be quite cumbersome to get off the ground, in contrast Meteor is pure bliss. It hasn't all been roses; I've had plenty of obstacles to overcome as I've learnt the framework, its capabilities and its limitations, but the community has been helpful and I can honestly say that working with Meteor is on the whole very slick. https://atmospherejs.com…

From what I have seen the tooling is definitely great. I am not the worlds biggest fan of Ruby on Rails, but one aspect I have always liked is the scaffolding. Being able to generate the skeleton of an application from the command line without needing to glue anything together or read documentation on multiple plugins. Don't get me wrong, I love working with React.js, but it isn't a framework and aspects like dealing…

I have a hard time understanding how meteor is comparable to angular or ember given that it appears to be full stack in every way, whereas angular or ember I can add to my existing stack.

Meteor has always seemed interesting but the fact that it is hosted makes it a non starter. There's too many scaling questions that a marketing site will never put me at ease, I'll need to see some solid case studies and ideally a company sponsor of some sort dogfooding it.

Maybe for an MVP? And even then, I have a hard time justifying it over mocking my data and using something like angular to speed up front end. Maybe I'd use it in very narrow use cases.

Re: Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

#56

Earlier quoted context omitted.

From what I have seen the tooling is definitely great. I am not the worlds biggest fan of Ruby on Rails, but one aspect I have always liked is the scaffolding. Being able to generate the skeleton of an application from the command line without needing to glue anything together or read documentation on multiple plugins. Don't get me wrong, I love working with React.js, but it isn't a framework and aspects like dealing…

I have a hard time understanding how meteor is comparable to angular or ember given that it appears to be full stack in every way, whereas angular or ember I can add to my existing stack. Meteor has always seemed interesting but the fact that it is hosted makes it a non starter. There's too many scaling questions that a marketing site will never put me at ease, I'll need to see some solid case studies and ideally a c…

> the fact that it is hosted makes it a non starter.

What do you mean?

Re: Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

#57
post #53
post #31

I used Meteor a number of times a few years ago and was totally blown away by it. Utterly fantastic. Then went down the route of working in enterprise java for a few years and now, trying to get into full stack javascript based development, I feel totally swamped.

What are you getting hung up on the most?

I've been wanting to get into nodejs but haven't touched javascript in years and have been put off by the hassle of having to go through it again tbh.

Re: Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

#58
post #44

Earlier quoted context omitted.

From what I have seen the tooling is definitely great. I am not the worlds biggest fan of Ruby on Rails, but one aspect I have always liked is the scaffolding. Being able to generate the skeleton of an application from the command line without needing to glue anything together or read documentation on multiple plugins. Don't get me wrong, I love working with React.js, but it isn't a framework and aspects like dealing…

There are some guys that created a Meteor code generator: http://www.meteorkitchen.com and yes there's the NPM iron-cli.

Meteor Kitchen is awesome! After creating many Meteor apps from scratch I have made a template that I commonly use but Meteor Kitchen is even better.

Re: Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

#59
Rapid prototyping is all fine and dandy...but what happens if my idea actually does gain traction? This is the part that makes me uneasy about Meteor. It sounds like I'm either going to have to rewrite everything completely, or wait until Meteor matures, if I need to scale.

Re: Meteor 1.1 Released – Now Supporting Microsoft Windows and MongoDB 3.0

#60
my gripes with meteor are:

not sure how ddp works or how to scale a meteor app. does not work with postgresql or any other db.

The biggest issue for me is the tight coupling to MongoDB.

Background: we used Meteor back in mid 2013. we ended up wasting a lot of time and resources because we had to learn everything. when we did, it did not perform so well, over 1MB going back and forth for what could've been achieved with a simple LAMP or ROR app. I think they've dropped Meteor completely.

Anyways, the windows support is nice. Might give it another go now. Not sure what the deal is with MongoDB 3.0. I've been using postgresql entirely now.

Post reply on HN