Simple Chat Application in C This is a basic terminal-based chat application built using C programming. It demonstrates the use of sockets, server-client communication, and multi-threading to create a simple two-way chat system.
- One-to-one chat between server and client
- Runs on the local machine (localhost)
- Uses TCP/IP socket programming
- Multithreaded handling for real-time message exchange
- C Language
- Socket Programming (POSIX)
- GCC Compiler
- Windows Command Line