mirror for jsonrpc-ws-proxy
Go to file
2018-11-07 14:14:33 -05:00
src Initial commit 2018-11-07 14:14:33 -05:00
.gitignore Initial commit 2018-11-07 14:14:33 -05:00
package-lock.json Initial commit 2018-11-07 14:14:33 -05:00
package.json Initial commit 2018-11-07 14:14:33 -05:00
README.md Initial commit 2018-11-07 14:14:33 -05:00
tsconfig.json Initial commit 2018-11-07 14:14:33 -05: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