M
Mike Hildner
I have an app that uses TCP to send and receive messages between clients and
a server. This is convenient because it is not always a request/response
scenerio. For example, a message might need to be broadcasted to all
clients.
For scalability and mobile reasons, I'm thinking of changing from a TCP
connection to a web app or web services app.
What techniques are available so I can send information to clients without
first getting a request? Any ideas are appreciated.
Mike
a server. This is convenient because it is not always a request/response
scenerio. For example, a message might need to be broadcasted to all
clients.
For scalability and mobile reasons, I'm thinking of changing from a TCP
connection to a web app or web services app.
What techniques are available so I can send information to clients without
first getting a request? Any ideas are appreciated.
Mike