views:

60

answers:

3

What is a node.js middleware / framework you personally found interesting / useful?

+2  A: 

Based on the few frameworks I've played around with so far, Express seems to me like one of the top candidates, if you're looking for a web framework.

Mads Jensen
+1  A: 

Check out this list of modules for node.js. Express seems to be the most mature, but of course it depends on what you are looking for.

Chestone
+1  A: 

I use Connect from Sencha Labs as middleware. http://github.com/senchalabs/connect

Siedrix