Skip to content

alexkozy/inspect-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inspect-web-server

Simple implementation of /json and /json/list endpoints for DevTools protocol clients.

Install

npm install -g inspect-web-server

Usage

  1. launch app and get <webSocketUrl>,
  2. run server inspect-web-server <webSocketUrl>, e.g., inspect-web-server ws://localhost:8199/
  3. open chrome://inspect in Google Chrome (after 71),
  4. add 9239 port in configure dialog,
  5. click inspect next to discovered target.

screen shot 2018-11-10 at 10 54 10 pm

screen shot 2018-11-10 at 10 56 14 pm

About

Simple implementation of /json and /json/list endpoints for DevTools protocol clients.

Resources

Stars

Watchers

Forks

Packages

No packages published