New to Node.js here, coming over from rails. Working on an express.js project.
I'm finding that I have to re-address a bunch of design answers which are done for me in rails-- which is fine, but I don't always know if I'm doing a good job. These things include multi-environment config, database.yml, MVC structure, and testing.
I'm wondering if this is just part of the learning curve, or if this has all been done already in one of the many available express frameworks, available here: https://github.com/visionmedia/express/wiki
I'm also wondering if any one of these frameworks are particularly recommended.