mirror for jsonrpc-ws-proxy
Go to file
Wylie Conlon 1d450c6a53
Merge pull request #1 from thechutrain/small_fix
fixes trailing comma error in json
2018-11-07 14:35:02 -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 fixes trailing comma error in json 2018-11-07 14:33:12 -05:00
package.json fixes trailing comma error in json 2018-11-07 14:33:12 -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