How to check on the console for open websockets connections?

Asked

Viewed 59 times

2

I was analyzing how Stackoverflow checks for updates on the question list, but nothing appears on the console (Firebug), so I’m guessing they’re using websockets.

Then I came up with a question: is it possible to check the websockets connections opened through the console (from the browser itself or by Firebug)? How?

1 answer

2


If you’re using Google Chrome you can do:

  1. Open the Developer Tools window, shortcut: CTRL + Shift + I.

  2. Click on the tab Network.

  3. Click on the tab WebSockets.

  4. Click the button Filter.

    inserir a descrição da imagem aqui

In the Firebug it is possible to do this from version 2, as quoted in roadmap.

  • It seems that in Firebug is not yet possible. In the roadmap the websockets is still with the status not started =s

Browser other questions tagged

You are not signed in. Login or sign up in order to post.