I have been using express webservers since I started working on Node.js and a few days ago I came across this new (to me) web server, called connect.
Can anyone point out, what are the differences between the express and connect? When should we use connect and when to go for express?
As far as I know, both are web-servers based on HTTP module of Node.js.
Which one should go for?
Please be more descriptive and post some useful links to start with.