New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crmux

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crmux

chrome developer tools remote protocol multiplexer

  • 0.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-64.29%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 02 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc