G
G
GODzer2014-05-06 11:04:19
C++ / C#
GODzer, 2014-05-06 11:04:19

How to deal with client-server applications

My task is to make the simplest multi-threaded server that receives data, processes it and sends it back. I have already seen a bunch of examples, read articles on Habré, but I still can’t figure out how to write my own and not redo other people’s examples. What can I read about creating client-server applications in a simpler and more detailed way, given that I am new to programming

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2014-05-06
Protko @Fesor

Read about REST if you want to understand client-server applications.

V
Vitaly, 2014-05-08
@vipuhoff

There are quite simple examples, the question is what is the goal, the tool will depend on it, of which there are many:
Web services (soap, rest)
Socket server (TCP, UDP) Remoting server
(remoting)
based on a web service, or based on a Remoting server .
About the latter, literally 2 pages in the C # Bible book are perfectly painted, I highly recommend looking at it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question