Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 817 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 817 Bytes

ModProxy

Reverse proxy and Load Balancer module for NProxy

⚠️ Disclaimer

This project is still in development and is not ready for production use. This is not optimized and may be unstable. Use only in development or test environments.

🌎 About

ModProxy is a module for NProxy which aims to handle web requests from one point to another through a node used as a proxy. This allows to safeguard the integrity of the target server under the node. At the same time this module can function as a load balancer adding several target servers.

ToDo

  • Proxy HTTP Request.
  • Improve Load Balancer.