Hello,
I have the following challenge:
I have to build a server for two client types.
Client can be TCP (socket communication) and HTTP 1.1, both with xml data.
Clients and server run inside our house on different systems, we will have two TCP clients and three HTTP clients.
xml structure is different from all clients, but business logic behind can be the same.
Now i try to find out, if I can use quickserver.
Is it possible to build only ONE server with quickserver project?
Thank you
Norbert