1

I'm looking at MeteorJS at the moment and I was wondering which protocol they are using on their channels. Is it Bayeux ? their own ? I wasn't able to find easy accessible infos on their website ( I mean apart from digging in the source code)

thanx.

kktos
  • 13
  • 2

1 Answers1

0

Have a look into this blog post: http://www.meteor.com/blog/2012/03/21/introducing-ddp

they are using DPP as mentioned in the comment above.

Andreas
  • 1,622
  • 14
  • 13
  • Thx Andreas. Now that I know what I'm looking for, found this here: [Documentation or code details on Meteor's DDP pub/sub protocol?](http://stackoverflow.com/questions/10128430/documentation-or-code-details-on-meteors-ddp-pub-sub-protocol) – kktos Oct 30 '12 at 12:49