Seriously though, Meteor looks incredible and I can't wait to mess around with it! Awesome work.
Show HN: Meteor, a realtime JavaScript framework
21–30 of 350 posts
Re: Show HN: Meteor, a realtime JavaScript framework
#22Earlier quoted context omitted.
From the docs ( http://docs.meteor.com/#meteor_collection ): "Currently the client is given full write access to the collection. They can execute arbitrary Mongo update commands. Once we build authentication, you will be able to limit the client's direct access to insert, update, and remove. We are also considering validators and other ORM-like functionality." So just for toys for the moment. Still, very cool...
Right. But as soon as you have this ability, don't you quickly turn off insert/update? then you throttle/contain reads... So in the end, do we benefit from having a client side database connection? I'm struggling to put together a real-world use case for one that isn't irresponsible.
That may be because of programmer laziness or because of some sort of inherent impedance mismatch between web-scale apps and the user account system of most DBMSes, but it seems like a bad way of doing things.
I think it's high time we had a web-scale data store that actually had decent per-user access control baked into it right at the model level, to the point where a sane person could trust it to live on the open internet. It seems both possible and desirable, but maybe I'm missing something.
Re: Show HN: Meteor, a realtime JavaScript framework
#23Hey everyone! The four of us have been working very hard on this for the last six months, and we're excited to finally take the wraps off. Can't wait to hear what you think! We've got a lot more stuff coming over the next few months, and if there are particular things you'd like us to do/prioritize, I'd love to hear about them!
Re: Show HN: Meteor, a realtime JavaScript framework
#24Re: Show HN: Meteor, a realtime JavaScript framework
#25Re: Show HN: Meteor, a realtime JavaScript framework
#26Just watched the entire demo. First time I heard two people present a product together - definitely makes it a lot more interesting and much less monotonous. After the first 30seconds, I went "pfft, live reload isn't new." But I'm glad I stayed till the very end because it is indeed so much more. It looks very promising, especially if you offer app hosting of some kind (or make it easy on Heroku etc.) I am curious ab…
It's tough to find a pace that holds the attention of the experienced people while not losing the people that are new to web development.
Re: Show HN: Meteor, a realtime JavaScript framework
#27Neat. Sounds a bit like Asana's Luna: http://asana.com/luna/
Re: Show HN: Meteor, a realtime JavaScript framework
#28I haven't felt that way about Node.js or even its higher-level frameworks like Express or Batman. This feels like "The One", even though I've been absorbing the docs and screencasts only for the last 20 minutes.
Re: Show HN: Meteor, a realtime JavaScript framework
#29P.S.: You should provide your cli via npm. Go and register the name before someone else do. (It's not taken currently http://search.npmjs.org/#/meteor)
Re: Show HN: Meteor, a realtime JavaScript framework
#30Any reason the GitHub link isn't above the fold? That's the first thing I looked for...
I'd also be curious to know if any of the live reloading stuff was inspired by Brett Victor's "Inventing on Principle?" Something about tools that let you create "live" seems to be in the air.