문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top