ak239 / inspect-web-server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%