RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in