Anywhere
DDP.connect(url)
import { DDP } from 'meteor/ddp-client'
Source Connect to the server of a different Meteor application to subscribe to its document sets and invoke its remote methods.
Arguments
- url String
-
The URL of another Meteor application.
Please login to continue.