A
Aaron
Normally if you want to retreive some data say a html page you would have to
send a request to the server.
For example a stock ticker sends a request and the server sends back some
data every minute.
My question is, is it possible for the server to send back data without
having the client send a request first.
This way the client don't have to refresh every minute, and just receives
when new data comes in.
Is this even possible with http protocal?
Your help is greatly appreciated.
Aaron
send a request to the server.
For example a stock ticker sends a request and the server sends back some
data every minute.
My question is, is it possible for the server to send back data without
having the client send a request first.
This way the client don't have to refresh every minute, and just receives
when new data comes in.
Is this even possible with http protocal?
Your help is greatly appreciated.
Aaron