Loading projects...
Loading projects...
## Socket Chat RealTime Real-time chat application demonstrating socket programming fundamentals with C. ## Key Features - TCP/IP socket communication - Server-client architecture (SBLA: Socket, Bind, Listen, Accept) - Real-time message transmission - Low-level network programming - Bidirectional communication using read/write operations ## Technologies - C programming language - TCP/IP sockets - Network programming concepts - Client-server communication - Localhost testing (127.0.0.1) ## Repository https://github.com/MishraShardendu22/Socket-Chat-RealTime
Real-time socket-based chat application using C for low-level communication and network programming