Package detail

@4ev3rm0re/dev-proxy-server

4ev3rm0re104MIT0.6.0

A development proxy server for API request monitoring and modification.

readme

Dev Proxy

A development proxy server for API request monitoring and modification.

Installation

npm install -g dev-proxy
# or
yarn global add dev-proxy

Usage

Start the proxy server:

dev-proxy --port 3000

Configure your API requests to go through the proxy:

Original: https://api.example.com/v1/resource

Proxied: http://localhost:3000/api.example.com/v1/resource

Features

  • Proxy API requests with real-time monitoring
  • WebSocket-based request/response tracking
  • Response modification capabilities
  • Project-based configuration

Development

Clone the repository:

git clone https://github.com/yourusername/dev-proxy.git
cd dev-proxy
yarn install
yarn dev

License MIT