Drew 0 Report post Posted August 26, 2008 How would I , or is there a way to , be the Client AND the Server to where I can test my program from both angles? Certain ports I would need to access , or anything like that... =/. Any help is appreciated , *Drew Share this post Link to post Share on other sites
SoulA 0 Report post Posted August 27, 2008 I'm not entirely sure what your asking but you can have the client connect to the local loopback 127.0.0.1 and have the server listen on that address that way you can run both on the same computer and test it. Share this post Link to post Share on other sites
qazwsx 0 Report post Posted August 27, 2008 yes the client and the server can be on the same computer. just input your local ip address, most likely 192.168.1.XXX. You can also test over the internet by using you external ip address and portforawrding through your router. Share this post Link to post Share on other sites