How to traffic real-time data with JAVA?

1

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
asked by anonymous 27.07.2015 / 23:44

0 answers