Reputation: 24577
What is a node.js middleware / framework you personally found interesting / useful?
Upvotes: 2
Views: 427
Reputation: 641
I use Connect from Sencha Labs as middleware. http://github.com/senchalabs/connect
Upvotes: 1
Reputation: 564
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.
Upvotes: 2
Reputation: 2068
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.
Upvotes: 2