I am using socket.io
Like when there is normal http request we get to see LOGS in firebug
But in socket.io i am not able to see LOGS in firebug
Is there any way to see this logs Or I am missing something ?
I am using socket.io
Like when there is normal http request we get to see LOGS in firebug
But in socket.io i am not able to see LOGS in firebug
Is there any way to see this logs Or I am missing something ?
I don't know about firebug (there seems to be an extension) but Chrome (apparently) supports this. You could also try / resort to tools like Wireshark and/or Fiddler.
Key here is that socket.io is basically (usually) just websockets.
Firebug does not support inspection of WebSocket communication, but there is an enhancement request for this. Though as Firebug is obviously discontinued, you may rather have a look at the enhancement request for the Firefox DevTools.
There is also an extension called WebSocket monitor (written by the main contributor of Firebug), which adds a WebSocket inspection panel to the DevTools.