Very nice post, thanks! I'm looking at experimenting with Mongrel2 to see if it would be a nice fit at work, where we still use apache2/mod_wsgi (we have modest needs) to interface our Python + CouchDB app. However, we've started adding WebSockets stuff to the system, and it would be nice to run everything in a slightly more coherent matter. We also use ZeroMQ to pump messages around the network (that later get converted into WebSockets frames for web frontend consumption).
- Is mongrel2 getting good development? The latest release was in June, and the latest commit in the canonical repo seems to be from July...
- Is there good support for RFC-version WebSockets yet?
- Is there easy/performant stuff for simple asset serving via mongrel2, or should I use nginx for that?