Hi guys,
I've a web application, acting as client, and a window service, acting as a server. All requests from the clients needs to be serialized at the server side, server will do action and reply to clients one by one. Which communication protocol best suits this scenario?