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?
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: