Art
Art

Reputation: 24577

Useful node.js middlewares

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

Upvotes: 2

Views: 427

Answers (3)

Siedrix
Siedrix

Reputation: 641

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

Upvotes: 1

Chestone
Chestone

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

Mads Mogenshøj
Mads Mogenshøj

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

Related Questions