Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saintedlama/node-proxy-sandbox
https://github.com/saintedlama/node-proxy-sandbox
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/saintedlama/node-proxy-sandbox
- Owner: saintedlama
- Created: 2014-11-11T05:25:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T16:18:14.000Z (about 10 years ago)
- Last Synced: 2024-10-12T12:25:55.761Z (about 1 month ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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