martijnwalraven / meteor-ios

Meteor iOS integrates native iOS apps with the Meteor platform (http://www.meteor.com) through DDP
MIT License
741 stars 82 forks source link

Connect to local host? #81

Closed camrongodbout closed 8 years ago

camrongodbout commented 8 years ago

let Meteor = METCoreDataDDPClient(serverURL: NSURL(string: "wss://127.0.0.1:3000/")!) or let Meteor = METCoreDataDDPClient(serverURL: NSURL(string: "http://127.0.0.1:3000/")!)

Does not connect. How do I connect this to a localhost meteor instance?

camrongodbout commented 8 years ago

If I connect to

ws://127.0.0.1:3000/websocket that works