The meteor homepage (www.meteor.com) says in bullet point 8 ("interoperability"):
You can connect anything to Meteor, from native mobile apps to legacy databases to Arduinos. Just implement the simple DDP protocol.
Question: Android is Java, how can it connect to meteor (js)? Any links to useful resources / tutorials would be appreciated!
DDP stands for Distributed Data Protocol and is specific for Meteor.
There is no built-in Android/Java support yet, but here is an official Meteor DDP client written in Python that you could use as a reference: https://github.com/meteor/meteor/tree/devel/examples/unfinished/python-ddp-client
More information:
FYI, I wrote up a higher level Android DDP layer that takes care of client state including collection handling.
It's on github and includes Maven artifacts in Maven Central (my version of the java-ddp-client also is in Maven Central): https://github.com/kenyee/android-ddp-client
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With