Inspiration
I have been looking for an easier way of tracing DDP requests on various Meteor apps. Current tools are either somewhat cumbersome to use or require additional steps to integrate. What I wanted to have is a zero setup tool that would work with any Meteor app and would be integrated into my browser (Chrome).
What it does
DDP tracer adds a special console into Chrome developers tools that shows you traces of all inbound and outbound DDP requests in the currently loaded Meteor app.
How I built it
It's an extension for Chrome Developer tools.
Packages used
The extension integrates into existing Meteor apps by using core DDP package and patching basic websocket class.
What's next for Meteor DDP Monitor
Raising series A as we speak.



Log in or sign up for Devpost to join the conversation.