Hello may be you can help me. I'm wondering about the fastest way to send and receive information between a WPF app (client) and a PHP (web hosting server).
Is tcp with sockets the way to go? or it'll have problems with the firewalls and IT related stuff?
Do you recommend me to go for a rest php version?
Webservices?
I would like to connect this two technologies in the fastest way without enviroument restriction (like the firewall or IT stuff).
Any suggestions?
Thanks a lot, Mark