Hello world, I made an instant messenger with the server and the client that runs on a localhost, but I want to put the client on another computer but it cannot connect to the s
Use
ipconfig
command on Windows (in command-line) to get your IP address.
Get the Ip Address of the server machine, and replace the "localhost" in the client code with the Server IP.