[SOLVED] Wordpress ddp Meteor

Is there any way to make Wordpress talk to a meteor application?

I want to create a system with users and permissioner and all that basic stuff and then have a WP plugin (or any other non-meteor based system) to talk to the Meteor backend…

Integrations via DDP basically.

I think you’ll like this article:

It shows recipe to connect any static html page to a meteor ddp backend. It is a little custom work, but still very valid and straightforward.

Great for building meteor widgets that can be embedded into non-meteor pages.

1 Like

Awesome! Thanks a lot!

That might just work for my idea.

1 Like