Facebook connect: http://howtonode.org/facebook-connect
List of other apps available on the node wiki: http://wiki.github.com/ry/node/
posix.rename("/tmp/hello", "/tmp/world",
function() {
posix.unlink("/tmp/world");
});
There are a series of articles on howtonode.org about flow control in node and cleaner ways to do this. Not mentioned on howtonode, but Kris Zyp also implemented a CommonJS promises library on the node callback pattern.Thx for correcting the promise stuff.
I thought the old one had died, and I haven't had any e-mail from the list in ages.
There are a bunch of ideas here: http://javascript.meetup.com/3/ideas/
There are meant to be monthly meetups, but I don't think anyone has time to organise them. There hasn't been one since January. It'd be great if these started happening more regularly.