inspect-web-server
v1.0.1
Published
Simple implementation of /json and /json/list endpoints for DevTools protocol clients.
Downloads
2
Readme
inspect-web-server
Simple implementation of /json and /json/list endpoints for DevTools protocol clients.
Install
npm install -g inspect-web-server
Usage
- launch app and get
<webSocketUrl>
, - run server
inspect-web-server <webSocketUrl>
, e.g., inspect-web-server ws://localhost:8199/ - open
chrome://inspect
in Google Chrome (after 71), - add
9239
port in configure dialog, - click inspect next to discovered target.