Some websites use websockets. How is it possible to check what socket connections are open and on what ports they are open?
I basically wants to browse to a website and be able to monitor which websocket connections it opens.
Should I use a sniffer program for this such as fiddler or can I use Chrome or Firefox developer tools for this?