I am new in Java development.
I Want to make chat server Application in jsp. i search at Google but i find only intranet Chatting but i want to make application that has online chatting.
Can any one give me some advice or give me some good link.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Netty is a very good communications library that would be ideal for writing a chat server.
The examples in the documentation include, for example, a secure SSL-based chat server and client.
You could, for example go for a setup like the following: