Logging WebSocket Frames using Chrome Developer Tools, Net-internals and Wireshark (TOTD #184)
- by arungupta
TOTD
#183 explained how to build a WebSocket-driven application
using GlassFish 4. This Tip Of The Day
(TOTD) will explain how do view/debug on-the-wire messages, or
frames as they are called in WebSocket parlance, over this upgraded
connection. This blog will use the application built in TOTD
#183.
First of all, make sure you are using a…