Thursday, August 7, 2014

Quick Tip Debugging Websocket Apps

Lately I've been working on some NodeJS Socket.IO apps.  And I had no clue how to debug the data that was being sent over the wire by the underlying webstockets.

Sometimes as a SQE professional, you may not have the luxury of adding console.log statements to debug your javascript.  But fortunately chrome has a feature when you can see the 'frames' being received.





Thanks to dailyjs for this tip.
http://dailyjs.com/2013/11/08/threepinjs/

No comments: