Video tutorial series on how to build a multi-user chat client/server application in Java.
In this video, we deal with user presence. How to handle user login & logoff as well as notify other connected users of other user’s presence.
Video Series:
- Creating the Basic Chat Server
- Handling User Presence
- Sending Direct & Group Messages
- Creating the Chat Client API
- Building the Client GUI