This project is a terminal-based chat application built for Linux, utilizing socket programming. It features a client-server model which uses TCP protocol, enabling real-time communication.
- Client-Server Model: The server listens for incoming client connections and facilitates message exchange.
- Socket Programming: Uses low-level sockets for communication.
- Multi-terminal Execution: Automatically launches the client and server in separate terminal windows.
- git clone <git@github.com:sid-dev-99/TermialBased-ChatApp.git>
- In root dir, run make
- let's go !
- after running,clear build using, make clean