What is necessary to develop a Chat system, where two people receive the messages in real time, and how to establish a connection between the users' computers?
The front-end is already developed, but the back-end where the connection should be and send the message to the program on the other computer is missing.
- TCP or HTTP connection.
- Java SE
- Peer-To-Peer
- Chat with only 2 users