What are all the Node web frameworks that are being actively developed? Here are the ones I could find:<p><a href="http://github.com/thatismatt/josi" rel="nofollow">http://github.com/thatismatt/josi</a>
<a href="http://github.com/visionmedia/express" rel="nofollow">http://github.com/visionmedia/express</a>
<a href="http://github.com/mde/geddy" rel="nofollow">http://github.com/mde/geddy</a><p>These ones haven't seen commits in over a month:<p><a href="http://github.com/obt/bomberjs" rel="nofollow">http://github.com/obt/bomberjs</a>
<a href="http://github.com/simonw/djangode" rel="nofollow">http://github.com/simonw/djangode</a>
Both Node.js and Tornado seem to have scaled for real-time-web stuff in the past:<p><a href="http://news.ycombinator.com/item?id=1088699" rel="nofollow">http://news.ycombinator.com/item?id=1088699</a><p><a href="http://friendfeed.com/" rel="nofollow">http://friendfeed.com/</a><p>I think I'd try Tornado first myself because of Python's error tracebacks. In my opinion they make debugging significantly easier.<p>Is there any other software in this space?