Prioritizing requests in node

Node is a great platform when it comes to handling and dispatching numerous concurrent requests. Here I explain how I implemented a proxy which limits the number of concurrent requests per client, and prioritizes the queue of request using user-defined criteria.

Read more...