This is the alpha version of the dev tool. To install from source:
- clone repo to local directory
- install
webpack
globally withnpm install -g webpack
- run
npm install
andwebpack
in the repo folder - open
Chrome
browser and type in the address barchrome://extensions
- click
load unpacked extensions...
and select the<repo>/src/chrome
folder - This will add a
Socket.io
tab to your Chrome Developer Window - Navigate to a page that is using Socket.io and open the Chrome Developer Window, then switch to the
Socket.io
tab - If
io
is detected as a global variable on the page, and sockets have been created, it should show up on underManagers
tab
This is a really really early version of the dev-tool. A lot of features are still broken/unsupported. Please file issues to report broken stuff.
It is also available in the Chrome Web Store.