Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chirino/fair-router

a fair http router poc
https://github.com/chirino/fair-router

Last synced: about 1 month ago
JSON representation

a fair http router poc

Awesome Lists containing this project

README

        

# fair-router is a POC for a fair and efficient request routing algorithm.

If you have HTTP requests that you want to distribute among a set of workers which have limited heterogeneous processing capacity, you can use `fair-router` to do so. It is a simple and efficient algorithm that ensures that workers activity keep the router updated with how much processing capacity they have left.