The svrx plugin for weinre
Please make sure that you have installed svrx already.
svrx -p weinre
const svrx = require('@svrx/svrx');
svrx({ plugins: [ 'weinre' ] }).start();
Arguments | Type | Default | Description |
---|---|---|---|
httpPort | number | server port | |
boundHost | string | localhost | server domain |
verbose | boolean | false | output the running log |
debug | boolean | false | output the debugger log |
readTimeout | number | 5 | timeout from server to client |
deathTimeout | number | 15 | disconnect timeout |
MIT