Search code examples
google-chromefirefoxmeteorddp

Is there a DDP request monitoring tool for Chrome or Firefox?


I am working on Meteor projects, which provide real-time updates by DDP (Distributed Data Protocol). I wish to monitor those requests within the browser.

Is there any tool to allow monitoring DDP requests?


Solution

  • As DDP is based on WebSockets, you can actually monitor the transmitted data of those requests within the Chrome DevTools. To do so just switch the Network tab and then choose websocket from the list and click the Frames tab: Chrome DevTools websocket screenshot