I have a web app developed using server side swift vapor 3 running locally on my Mac. I want to access it using my iPhone on the same wifi as my Mac. How can I do that. I tried using http://<the ip of my Mac on local network>:8080
but didn't work, even with firewall completely off. Thanks in advance.
Add the keyword 'serve' for vapor 4.
Edit you Run
scheme in Xcode and put --hostname 0.0.0.0 --port 8080
into Arguments Passed On Launch
Then launch you server and try to reach it by http://<the ip of your Mac on local network>:8080
NOTE: 0.0.0.0
means that your server will listen on all network interfaces
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With