Question: Write a program that enables two users to chat. Implement one user as the server and other as the client. - Both server and client
Write a program that enables two users to chat. Implement one user as the server and other as the client.
- Both server and client has two text areas one for entering text, and the other (noneditable) for displaying text received from the client/server.
- When the user presses the Enter key, the current text is sent to the client/server.
- Use JavaFX
I have seen other people answer this before, however, none of them actually use javafx.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
