jsonrpc-ws-proxy/README.md
2018-11-07 14:14:33 -05:00

12 lines
221 B
Markdown

Sets up a websocket proxy to a JSON-RPC server
Usage:
```
npm install
npm run prepare
node dist/server.js --port 3000 --remotePath localhost --remotePort 2089
```
The only required flag to the server is `--remotePort`