Building a Multi-User Chat Application in Java – Part 4
By Jim Liao
Java Networking
Apr 24, 2017
Video tutorial series on how to build a multi-user chat client/server application in Java.
In this video, we create the client-side chat API class that will interface with the chat server. This API will be used by our GUI to communicate with the server and other online users.
Comments