0.0.9 • Published 7 years ago

crmux v0.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

crmux

Chrome developer tools remote protocol multiplexer.

Chrome does not allow more then one developer tools connection to the a tab. crmux multiplexes incoming connections into single websocket connection and transparently matches and translates JSON-RPC request and response message IDs from single local range to multiple remote ranges of ID'. Events are dispatched to all clients.

crmux in Terminal

Install

With node.js and the npm package manager:

npm install crmux -g

You can now use crmux from the command line.

Connecting

Start chrome with remote protocol enabled:

google-chrome --remote-debugging-port=9222

Start crmux:

$> crmux 

Now you can attach more than one devtools client on port 9223 ( browse to http://localhost:9223/ to see list of inspectable tabs )

See also

0.0.9

7 years ago

0.0.8

7 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago