8000 GitHub - hustxiaoc/inspect-proxy: proxy for node inspect when it's not convenient to connect the debugger server directly.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

hustxiaoc/inspect-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
});

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0