Reputation: 809
I want to make a simple chat application working over the internet. My application first Posts the chat strings to a website. The web site will then send the data to the second person.
I have implemented the send phase, but don't know how I can receive data from the server. What is the best way to listen to a website so that it is capable of receiving data at any time asynchronously?
Upvotes: 0
Views: 158