Server data to Arduino UNO WiFi

Hello,

Ik have a the question how i can send data from my own webserver to the Arduino UNO WiFi. I manage to put data on my server in mysql and I also managed to get data from the server by reading a text file. But I don't want to request my server continuously by reading a text file. Is there a better way to do this?

Thanks in advance!

BTW: Sorry for my English haha

A server can not push data to a client. It can only respond to GET requests from clients. So, the simple answer to your question is that you can't.