Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thefab/thr

Tornado HTTP Router (project to route HTTP requests to redis queues, popped by specific workers which rebuild incoming http requests)
https://github.com/thefab/thr

Last synced: about 1 month ago
JSON representation

Tornado HTTP Router (project to route HTTP requests to redis queues, popped by specific workers which rebuild incoming http requests)

Awesome Lists containing this project

README

        

![THR Logo](http://amarandon.github.io/img/THR.png)
# thr

## Status (master branch)

[![Build Status](https://travis-ci.org/thefab/thr.png)](https://travis-ci.org/thefab/thr)
[![Coverage Status](https://coveralls.io/repos/thefab/thr/badge.png)](https://coveralls.io/r/thefab/thr)
[![Code Health](https://landscape.io/github/thefab/thr/master/landscape.png)](https://landscape.io/github/thefab/thr/master)
[![Requirements Status](https://requires.io/github/thefab/thr/requirements.png?branch=master)](https://requires.io/github/thefab/thr/requirements/?branch=master)

## What is it?

THR stands for *Tornado HTTP Router*, *Tornado HTTP over Redis* or *Toulouse HTTP Router*, your choice! It's an HTTP proxy based on Tornado and Redis allowing to do all sorts of fancy things with your incoming HTTP traffic such as application level QOS, request rewriting, etc.

## Documentation

View full documentation at http://thr.readthedocs.org/

**WARNING : thr is at an early stage of developement**