A
A
Alexander Putin2013-11-13 18:27:27
C++ / C#
Alexander Putin, 2013-11-13 18:27:27

What architecture of client-server interaction can you advise?

There is a task to write the server of authorization/verification of users. Share your experience, how best to separate the transport layer from the message layer, what design patterns to use? In general, any information on this topic is welcome.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Putin, 2013-11-15
@Sinn3r

I discovered ProtoBuf for myself , some of the problems disappeared by themselves, but the problem with the architecture remained.

D
Dinar Garipov, 2013-11-13
@gaaarfild

What about using SOA? For example JSON-RPC. Create web services and accept authorization parameters and return responses. Unless, of course, I understood your question correctly. :)

M
Mikhail Gubanov, 2013-11-14
@lsreg

It is possible to use WCF. Transport is configured in the config and does not interfere with logic in any way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question