Can I run the Meteor DDP Server protocol on a Java server?

933 views Asked by At

I am implementing real time features in an application and I would like to know if instead of reinventing the wheel if there is a Meteor DDP protocol implementation in Java.

1

There are 1 answers

3
Kyll On BEST ANSWER

If by "could use" you mean legally, then yes, multiple independent implementations exist. Meteor and its content are licensed MIT (you can use in any way you want as long as you include the license).

So, using the DDP doc and the DDP specification, nothing prevents you from implementing your own in any place.