- Download the zip file in the download folder
- Extract the files
- Open command prompt, locate (using cd) and run the server.exe file
Note : turn off 'real time protection' in your settings if it doesnt work
use commands :
Default port set to 9090
server
or
For custom port
server <port number>
- Open command prompt once more on the same or another device and run the client.exe file
Note : If same device use default or loopback connection
use commands :
Connects to the default port(9090) in a loopback IP
client
or
Connects to a specific port in loopback IP
client loopback <port number>
or
Note : Use this if you want to communicate with another device in the same LAN connection
client <server ip address>:<port number server is listening>
- Now, client-server can communicate!
- You can end the chat by typing 'leave'