Supported Languages And Platforms

Mongrel2 uses ZeroMQ and by using that it supports a ton of programming languages and platforms, but more importantly supports them all in the same way with the same configuration.

Programming Languages

Mongrel2 fans have written quite a few handlers already for many different languages. Here's the list of currently supported languages and platforms, in alphabetical order:

Frameworks

Mongrel2 works with man WSGI, Rack, Plack and similar framework middleware systems, so most framework should operate with it out of the box. In addition to that, there's Mongrel2 specific frameworks that don't require any middleware and take advantage of Mongrel2 new protocol features:

  • Tir is a Lua framework written to show how to do direct frameworks with Mongrel2.
  • Strelka is a full-featured Ruby framework.
  • Brubeck is an asynchronous, non-blocking web framework written in Python.
  • Bamboo is a Tir derivative with a bunch more features.
  • Photon is a PHP framework similar to Tir and way faster than PHP.

    It is very easy to create a handler, you should read the manual about handlers for information on writing one for your language.

Examples

Soon...