Skip to content

arunoda/meteor-ddp-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor DDP Analyzer

Very Simple DDP Proxy which logs DDP messages

Discover Meteor DDP in Realtime

Installation

npm install -g ddp-analyzer

Start DDP Analyzer Proxy

ddp-analyzer-proxy

Start Meteor App

You need to either start your Meteor App with few configurations

export DDP_DEFAULT_CONNECTION_URL=http://localhost:3030
meteor

or just open http://localhost:3030 from browser.

Now, open your app in the browser and you'll see DDP logs dumped by ddp-analyzer-proxy

Known Issues

DDP Analyzer currently does not work with WebSockets but instead uses Meteors HTTP based fallback while active. Pull requests adding proper WebSocket support are welcome!

About

Simple DDP Proxy which logs DDP messages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •