"Meteor 0.5.0, available today, allows you to write secure realtime client-server applications in pure JavaScript. It's the only system of its kind in the world." That's an outright lie. cf. http://opalang.org
>That's an outright lie. cf. http://opalang.org While I agree with you wrt to there being other examples, and the original claim was wrong/false, it could be considered presumptuous to label this as 'an outright lie' . Most people I know, and the internets, seem to agree that lying requires: intent to deceive . Having chatted with Matt DeBergalis online and in person on occasion, he comes across rather honest in my a…
Meteor releases authentication, accounts system, and new screencast
51–60 of 70 posts
Re: Meteor releases authentication, accounts system, and new screencast
#52"Meteor 0.5.0, available today, allows you to write secure realtime client-server applications in pure JavaScript. It's the only system of its kind in the world." That's an outright lie. cf. http://opalang.org
What about nowjs? http://nowjs.com/
Re: Meteor releases authentication, accounts system, and new screencast
#53I've used the Auth Branch for a few month now. You can see it in action at http://www.classfy.com (P.S: make sure you have the "www", or else you wont be able to access the page)
Re: Meteor releases authentication, accounts system, and new screencast
#54"Meteor 0.5.0, available today, allows you to write secure realtime client-server applications in pure JavaScript. It's the only system of its kind in the world." That's an outright lie. cf. http://opalang.org
Re: Meteor releases authentication, accounts system, and new screencast
#55Re: Meteor releases authentication, accounts system, and new screencast
#56Re: Meteor releases authentication, accounts system, and new screencast
#57Re: Meteor releases authentication, accounts system, and new screencast
#58I'm still trying to figure out the difference and advantage to learning this over node.js.
CONS: it makes the choices for you
Re: Meteor releases authentication, accounts system, and new screencast
#59Basing this on the screencast I think this looks amazing and they seem to be very productive. This said, I am unsure if this would produce codebases that are easier to maintain, since there is not a clear separation of concerns and everything seems to be connected. I think doing client-side JavaScript is hard and messy (even with Backbone or Ember) I could not imagine this would be any easier if I had to handle the b…
I don't know, though, but I do know that I'll keep following the project. They make great screen casts, and have interesting ideas.
Re: Meteor releases authentication, accounts system, and new screencast
#60While I'm not confident that being this tightly coupled to MongoDB is a great (or even a good) idea, I'm really glad to see Meteor get closer to 1.0 especially seeing as it's not another Rails clone. The other concern I have is how testable is a meteor/derby codebase? I don't think I could commit to using something in a team environment without being able to _easily_ test things.
Agree on the tightly coupled to MongoDB, though. Hopefully by the time it's released there's suport for traditional relational databases.