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

221 B

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