//insights-chromebyrauchg

insights-chrome

IO Insights chrome extension

59
4
59
JavaScript

insights-chrome

Chrome Extension to see engine.io and socket.io data.

Installation

Temporarily, go to about:extensions and with “Developer mode” enabled
press “Load unpacked extension…” and browse to this extension.

How to use

Due to Chrome sandbox limitations, you need to make sure to load
engine.io-chrome.js in the page that you want to inspect traffic for:

<script src="engine.io.js"></script>
<script src="engine.io-chrome.js"></script>
[beta]v0.14.0