Geddyjs

nodejs-frameworks

http://geddyjs.org/ (more like Rails)

http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-node-js-and-geddy
http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-to-do-list-app-with-node-js-and-geddy
http://net.tutsplus.com/tutorials/javascript-ajax/persisting-your-todo-list-with-mongodb-and-geddy/
http://code.tutsplus.com/tutorials/getting-started-with-node-js-and-geddy--net-24449
https://www.digitalocean.com/community/tutorials/geddy-js-a-no-brainer-mvc-node-js-framework

https://github.com/mde/geddy/blob/master/README.markdown
https://github.com/mde/geddy/wiki/the-two-minute-geddy-app

http://webdevrefinery.com/forums/topic/7867-the-simple-guide-to-nodejs-frameworks-and-libraries/ - done reading

What is Geddy?

Geddy, based on the Rails and Django frameworks (and, therefore, also extremely similar to CakePHP), is a traditional MVC framework that is lightweight, fast, and extremely well-rounded. The database management is excellent, the routing is a dream, and you'll feel right at home if you're used to separate files for each controller, model, and template. Geddy is more than just a framework; it's also a development environment. When you want to create a new model or controller or even a new geddy project, you use command-line tools that create the basic structure automatically. In fact, you even launch your applications with the 'geddy' command, so node itself stays entirely transparent. The documentation is a little lacking in this framework since the project is growing and changing very rapidly, but it's still very easy to pick up and run with — especially if you're already used to a good MVC framework in any other language. While Express is good for small-medium webapps, Geddy is fantastic for medium-large.

Other unconfirmed things:

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License