A look at how you build applications in Node.js in a similar fashion to Ruby on Rails. Looks at the tools and libraries available to mimic some of the functionality of the Rails framework.
gig in 1997 using MS Access 97 - netted about $2000 > early contributor to pear - started the html package (html_quickform) > consultant w/ sogeti for years - primarily php and java > been at hyperquake 5 1/2 years
command line build tool for JavaScript projects." concat - Concatenate files. init - Generate project scaffolding from a predefined template. lint - Validate files with JSHint. min - Minify files with UglifyJS. qunit - Run QUnit unit tests in a headless PhantomJS instance. server - Start a static web server. test - Run unit tests with nodeunit. watch - Run predefined tasks whenever watched files change. > currently 108 community plugins > jake is another popular build system
MVC framework based on ExpressJS, fully ExpressJS-compatible. It allows you to build web applications in a similar manner as in Ruby On Rails." > Full MVC+H stack > Resource-based routing > JugglingDB ORM > Multi-locale support > Coffee-script support > Generators for model, controller, scaffold > Testing: nodeunit, cucumis, code coverage reporting > Debugging: railway console > Extensions