Z
Z
ZelibobA17062017-05-24 16:22:42
C++ / C#
ZelibobA1706, 2017-05-24 16:22:42

What is the best framework to use to build a desktop client-server application?

You need to write an application that will communicate via TCP with the server. Which framework or library is better to choose? It is desirable with which it will be faster to deal with.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem, 2017-05-24
@ZelibobA1706

In fact, they do things a little differently now. Direct communication between the client and the server is not the most reliable and successful solution. Look in the direction of MSMQ - you probably want the server to process the request even if at the time of the request the connection with the server failed?
You can also look towards Hangfire , also a good solution.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question