0.6.0 • Published 8 months ago

@4ev3rm0re/dev-proxy-server v0.6.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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

0.6.0

8 months ago

0.5.9

9 months ago

0.5.8

9 months ago

0.5.7

9 months ago

0.5.6

9 months ago

0.5.5

9 months ago

0.5.4

9 months ago

0.5.3

9 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.2

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.6

9 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago