What is the best practice to write a java chat software | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the best practice to write a java chat software

I have a project am just sooo confuse on what and how I will do it although I can do it but I think it not the best way it suppose to be done

19th Feb 2018, 1:26 PM
GeneralZod
GeneralZod - avatar
1 Answer
+ 1
To make a java chat app you could use a web app and use java for the backend. I️ would use web sockets for real time connection. You COULD use Java for front end by using gwt or vaadin. If you don’t want to make a web app you could use the Socket and ServerSocket classes.
24th Feb 2018, 1:23 AM
Freetoast
Freetoast - avatar