A lightweight command-line chat application built in Java using TCP sockets. This project demonstrates real-time communication between a server and multiple clients using threads. tcp-chat-java/ │ ├── ...
A lightweight command-line chat application built in Java using TCP sockets. This project demonstrates real-time communication between a server and multiple clients using threads. tcp-chat-java/ │ ├── ...
Ever wondered how a chatroom works under the hood? I recently built a terminal-based TCP chatroom in Java (no UI, just raw sockets) to practice working with server sockets and multithreading. It’s a ...