jsonrpc-ws-proxy/README.md

12 lines
221 B
Markdown
Raw Normal View History

2018-11-07 19:08:35 +00:00
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`