>From the website http://brubeck.io/:

Brubeck is a flexible Python web framework that aims to make the
process of building scalable web services easy.

The Brubeck model resembles what companies build when they operate at
large scale, but working with it will feel like what you're used to
from other frameworks.

No confusing callbacks
No database opinions
Built-in distributed load balancing

Brubeck gets by with a little help from it's friends:

Mongrel2: lean & fast, asynchronous web serving
Eventlet: non-blocking I/O & coroutines
ZeroMQ: fast messaging & supports most languages
DictShield: data modeling & validation with no database opinions

Reply via email to