Unix-like systems lightweight messenger
If you want to build app yourself then go ahead to Build section
- You just need to run
./server
- Run
./client - Choose your nickname
Server uses 25575 port
- Open the 25575 port (Or you can change port in
server.cppat 32 line, after that you need to build app yourself) - Run
./server
Here things are a bit more complicated.
- Uncomment line 44 and replace
ur_server_ipwith your actual server IP address - Build the application
- Run
./client - Choose your nickname
Client: g++ -o client client.cpp
Server: g++ -o server server.cpp