I m a desktop application developer. I m creating a basic website from which to sell an application I ve written, and learning some web tech along the way, but haven t learnt that much yet (my chosen CMS - Textpattern - has saved me learning much PHP so far).
I want my desktop application to call my website and say "I m version x.x.x.x", and I need it to get back a response - at a minimum "there is/isn t an update", preferably also "it s an xKB download and has these features..." - so that I can display the information to users and ask them if they want to download it.
I can send a request from my app (once I get my head round Qt s QtNetwork module). My question is, what do I need to learn in order to be able to create and send the appropriate response from the website.
I m fine with learning any necessary new tech/languages, I just want to be sure I m learning the right stuff and not going down the wrong road. Any help is much appreciated.