I have a web application I have developed on a server on my home computer. Is it possible to access that web page from another computer on my home network?
My naive approach was just enter my ip address followed by the port number :8888 which the server is listening on…
Any help would be great thank you.
In the end it was easier to set up remote access to the server by setting up port-forwarding on my router and using no-ip for DNS management. They have a decent walkthrough to get it all up and running. So i simply have to type in
my-address.no-ip.orgto access my site from any remote device.Otherwise the links to questions on superuser that Sampo posted are worth a try.