/inspect-proxy

proxy for node inspect when it's not convenient to connect the debugger server directly.

Primary LanguageJavaScript

inspect-proxy

a proxy for connecting the browser and node --inpsect server.

install

npm i inspect-proxy --save

usage

const proxy = require('inspect-proxy');
proxy({
  port: 8080
});