I'm sorta new to Node.js and want to write some rather simple applications. I know there is Express and a bunch of frameworks built on Express, some in Coffee and some in JS. I'm wondering which are "the best", still active and worth looking into.
I had looked at Zappa a year ago and liked what I saw, but it seems it hasn't been active this past year.
Care to share experiences with various frameworks and some good options on where to start?
Express is very solid and production ready, it's a good balance of magically handling the default things and not having to code for a totally unique system
Async lets you organize your code really well, and works well with the patterns of node.js code.
I also like commander for making console interfaces to apps, this can help with testing and administration