Hi, I have just started learning JAVA but want to focus on chat applications. Does anyone know a good chat room tutorial that includes simple things such as a single room to advanced with user lists, multiple rooms etc.
Actually you want to build a server-client application in simple words. So it's all about the networking, socket programming..... Advanced topic in Java, actually in most of the programming language. So I think since you are new to Java, better to learn basis well first of all. So it's easy to understand what's going on.
Because most the networking tutorials not explain about the basis. It assume that you aware about those things.
Here is a simple one, I've found by a quick search on the Google.