Inspecting raw websocket data in Chrome

Chrome's network inspector allows you to filter by websocket connections so you can inspect raw websocket data.

All you need to do is open the inspector, click on "Network" and then click on "Websockets". From there, you can view the header info or "Frames", where you will ultimately see the data being sent to the browser.