Hi there,
I want to create an application or a set of application that is able to receive commands from a website then run application on the server. I know I might need to program an application on the server that will be able to execute the command. Does anyone can tell me what model will it be? How do I implement this?
Here is an example.
User A submitted a request on www.xxx.com, the server of xx.com encoded the request and send to another server (Server X), Server X received the command and execute abc.exe.
SeasonLau