I have written a simple chat web app using .net and it all works fine. Now I have written a small iphone app that is meant to interact with the web app. The problem is I dont know what to do in terms of putting them together. Is there a way to locally host the web app on the mac and then give that address to the iphone app. Or will I have to host it online and just give it the web address.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
.net
app? You can certainly use the loopback address (127.0.0.1) in the iOS Simulator, or the Mac's IP address for a device connected to the same network, to talk to locally-hosted services on your Mac, but I'm not familiar enough with running locally-hosted.net
services to help you with that part. – gaige 17 hours ago