Possible to configure Meteor websocket IP/host?

Hey there,

pretty simple question, actually… Is it possible to configure the IP/hostname for the websocket connection that the Meteor client is using? :smile: I can’t find information about this. Thanks…

Stefan

I think you’re wanting this: http://docs.meteor.com/#/full/ddp_connect

Sweet. How do I prevent Meteor from setting up the initial connection to
the client that served the app?

I’m pretty sure the only way is to issue a Meteor.disconnect() in your client - http://docs.meteor.com/#/full/meteor_disconnect