1.0.2 • Published 6 years ago

@github1/relay-proxy v1.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
6 years ago

Relay Proxy

Proxies HTTP requests over a WebSocket connection.

Usage

Start a server:

relay-proxy --server --address https://www.test.com --port 8888

Start a client:

relay-proxy --address ws://localhost:8888 --port 3000

Send a request:

curl -s http://localhost:3000