monster_mash - makes writing parallel HTTP code easy!
I just released version 0.1.0 of monster_mash, a library that provides a super-simple DSL for consuming HTTP resources, wrapping Paul Dix’s excellent Typhoeus library. You implement your API method code once, and get both serial (blocking) and parallel (evented) client methods for free!
Github repo/README: http://github.com/dbalatero/monster_mash
gem install monster_mash
Comments
That looks great! Monster, monster mash!`
Post a comment