Enums/ # User roles, visit types, etc. controllers/ # JavaFX controllers for each FXML view dto/ # Frontend data transfer objects service/ # Handles API communication and business logic tasks/ # ...
This project is a real-time chat application built with Java Swing for the GUI and Spring Boot WebSockets for the backend. It allows multiple users to connect and chat in real time over the internet.