Pergunta

As an example if I have a small group of people at a college and I want to create a chat room application which each user can download and then open to view list of all available users to talk to and click one of the users in a list then a window pops and any text you enter goes to that specific person. How can I make this? I have made a chatroom using AJAX and html etc but I have never done a chatroom for a network such as the one you have in schools or work places. What language would I need? All help is appreciated since I am total new to this.

I read something on internet about winsock connections but there wasn't much I could find.

Foi útil?

Solução

You can use sockets for network programming in java.

Look at this Deitel's tutorial about a java messenger application.

http://www.deitel.com/books/jhtp7/DeitelMessenger.pdf

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top