@github1/relay-proxy
v1.0.2
Published
Proxies HTTP requests over a WebSocket connection.
Downloads
6
Readme
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