Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 497 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 497 Bytes

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 frameStore (~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.