Hi I am looking for guidance in to building a chat application using socket, which allows clients to create rooms for other clients to join in and chat. I have build a chat application which works and clients can join in however clients are in one room and can not move around to other rooms. I have created a similar application with multiply rooms using rmi user can add rooms for other clients to join and chat. This time i want to practice using socket. Any sort of help or guidance to get me started would be great thank you.
As far as I can work out, you want to