A simple Java-based chat application with GUI built using Swing and Socket Programming. This project demonstrates client-server communication over TCP and provides a visually interactive chat ...
This repository is a small educational Java chat application built for teaching key Java concepts to CS students: RMI, networking (sockets), file I/O streams, and JavaFX GUI development. It contains a ...