Live data from Hacker News

Meteor releases authentication, accounts system, and new screencast

meteor.com

61–70 of 70 posts

Re: Meteor releases authentication, accounts system, and new screencast

#61
post #37
post #10

"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

SocketStream http://socketstream.com lacks the media blitz, but it provides authentication and integrates with pretty much anything in NPM (one of the stated goals of the author), and still provides all the benefits of a real-time framework like Meteor (for more than a year now)

Thanks for the mention. I've just spoken at NodeDublin.com and released the first bit of very early code for SocketStream 0.4: https://github.com/socketstream/socketstream-0.4

It doesn't do much yet, but shows the direction I'm going in: More API based, pipeable Node Streams wherever possible, full npm / Node compatibility. Follow @socketstream for updates.

Also I want to congratulate the Meteor team on their release. Making scalable, reliable realtime web apps is hard and all work in this area benefits the entire community.

Re: Meteor releases authentication, accounts system, and new screencast

#62
post #47

I saw the following tweet from PG within the last hour and wondered if it was a reference to some tech company launch. Then I came here and saw this story. Still not sure... @paulg: "Did anyone else see a fireball heading east over Silicon Valley at 7:44? (Meteor?)"

Pg had a typo: it should be "Firebase" not "fireball" ;)

Re: Meteor releases authentication, accounts system, and new screencast

#64
post #10

"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

I also have doubts about the effectiveness of their security, so I'd like to challenge that part of the statement too.

[deleted]

Re: Meteor releases authentication, accounts system, and new screencast

#65
post #63
post #20

Looks like they finally took the suicide joke off their homepage.

What was the suicide joke?

There was a guy who said something along the lines of "I'm going to slash my wrists if I have to keep doing web development the old way much longer!"

Re: Meteor releases authentication, accounts system, and new screencast

#66
post #10

"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/

nowjs has no concept of security.

Re: Meteor releases authentication, accounts system, and new screencast

#68

Are Meteor or Derby frameworks to be used on the premise that you have only browser clients? If my Meteor/Derby web app has server component, how easy it is to build native iOS and Android clients to access the same data on the server?

Not as straightforward as in other more established server-side frameworks, I assume. It's part of the reason I'm reluctant to ditch my server-side framework of choice (Rails) in favor of an all-encompassing solution like Meteor. There are more than just javascript clients that need to access my APIs.

Re: Meteor releases authentication, accounts system, and new screencast

#69
post #67

This looks very interesting, but can anyone tell me how scalable is this? All the examples I've seen are small scale; but can it support, say, 1000 clients? 10_000 ? Higher?

Meteor.com runs on meteor, and it survived their own launch, which was bigger than anyone seemed to expect. In practice, that's probably the biggest thing to run on meteor at the moment.

The framework is built around long lived requests, which push data to the client. There doesn't seem to be anything unscalable about that, since Facebook and many other huge sites are doing it.

That essentially leaves node.js and mongo, both of which should lend themselves to scaling pretty well.

Re: Meteor releases authentication, accounts system, and new screencast

#70
post #48
post #47

I saw the following tweet from PG within the last hour and wondered if it was a reference to some tech company launch. Then I came here and saw this story. Still not sure... @paulg: "Did anyone else see a fireball heading east over Silicon Valley at 7:44? (Meteor?)"

Nope. That is in reference to an actual, physical event, not a startup. My guess is that it's related to this: http://menlopark-atherton.patch.com/articles/orionids-meteor...

Amusing coincidence then!
Post reply on HN