Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saintedlama/node-proxy-sandbox


https://github.com/saintedlama/node-proxy-sandbox

Last synced: about 15 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Node Proxy Sandbox
This project demonstrates some more advanced use cases for the awesome http-proxy module

# Proxy Implementations

## Audit
Logs all incoming requests to the file system

## Router
Routes incoming request based upon the url path to different services

## Tarpit
Slows down requests by an arbitrary time

## DropOut
Slows down requests by an arbitrary time

## Railgun
Takes incoming requests and issues 100x the load to the target server