snollygolly / ws-inspector

Chrome WebSocket Frame Inspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome WebSocket Viewer

Chrome WebStore link

Allows viewing binary WebSocket frame contents, which the default DevTools does not support.

Currently the data is shown in HTML based hex view, and does not work well for large frames (~10K+). Considering switching to canvas based view instead.

If anyone knows an existing hex viewer module that does not use Angular, I'd be happy to use it instead.

About

Chrome WebSocket Frame Inspector

License:MIT License


Languages

Language:JavaScript 75.2%Language:CSS 23.1%Language:HTML 1.7%