Webmachine v0.3.0 released
Webmachine for Ruby version 0.3.0 is now available on RubyGems. gem install webmachine
to get it!
Webmachine is a toolkit for easily building well-behaved HTTP applications. Webmachine is neither a framework nor a Rails plugin, but a different way to think about constructing web applications. It makes you focus on what the resources of your application are rather than what they do. It also lets you easily add advanced HTTP behavior when you want it, simply by implementing a method or two.
0.3.0 introduces some new features, refactorings, and now has 100% documentation coverage! Among the new features are minimal Rack compatibility, streaming responses via Fibers and a friendlier route definition syntax.
Comments
This seems like perfect candidate for event machine to make it truly concurrent
Post a comment