Simple one-to-one chat server using java, TCP sockets and Multi-threading.
- Run the server.
- Run as many instances of client as you want.
- In client it will ask you password.
- Currently the password is "1". you can change it in server code.
- Then enter your name.
- To send messages format must be NameOfRecipient_YourMessage You are all set.