Skip to content

chuongle1994/LinuxChatApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This project demonstrates a basic client-server application implemented in C++. The server listens for incoming client connections on a specified port, while the client can connect to the server and exchange messages. The project also tracks and displays performance metrics such as bytes read/written and session duration. Compile the server code: Server.... g++ server.cpp -o server

Run the server with a specified port number:

./server <port_number> Client...

Compile the client code:

g++ client.cpp -o client

Run the client with the server's IP address and port number:

./client <server_ip> <port_number>

About

The "Real-Time Client-Server Communication in C++" project is a robust and versatile implementation of a client-server application. Designed and developed using C++ programming, this project showcases the power of socket programming to enable real-time communication between multiple clients and a central server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages