I know Meteor is using DDP. But in my case, I’ll develop an application which is not only be used by my own client applications but also be able to be used partially by third parties. That means I need to expose some of my functions through API.
My question is if Meteor is also possible to expose some of the functions in Rest API? The reason I don’t want to expose my DDP interface to third parties is I don’t want to expose too much to outside people. Do you have any suggestion?
Thanks.