This project is a simple client-server chat application built using C++ and Boost.Asio. It allows multiple clients to connect to a server and exchange messages in real-time.
- Supports multiple clients
- Real-time messaging
- Uses Boost.Asio for asynchronous networking
- Simple command-line interface
Ensure you have the following installed:
- C++17 or later
- Boost.Asio library
-
Clone the repository:
git clone https://github.com/yourusername/chat-application.git cd chat-application