From this presentation http://techwraith.github.com/presentations/2012/nodepdx
The author states the following:
- "Connect also give you problems"
- "Connect buffers some responses"
- "Connect has no structure"
- "Express gives you all the problems Connect has"
With that said, most node frameworks are built on top of Connect.
So what makes Geddy significantly better than connect?
Does it scale any better?
Does Connect has issues?
Aside from the qualities of the framework, are the arguments above pertinent as of 2012?
Note: This is not a Express vs Geddy, we are comparing the thin layer above node.js (connect<->geddy) and its implication on the framework.