Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 291 Bytes

Java UDP Chat

Client-Sever UDP chat implementation in Java with JavaFX GUI

How to use

  1. Run ServerMain (Listening on port 32323 by default)
  2. Run ClientMain for each client
  3. Connect two clients and they will be able to chat with each other (Dropdown list of all online clients)