P
P
protracer2019-10-25 15:40:28
Java
protracer, 2019-10-25 15:40:28

How to organize work with common entities for a client-server application?

The client is written in C# and the server in Java. Both have different repositories. Question: how to organize the exchange of common entities between different repositories? Now the java code is converted by an ordinary C# converter. The result needs to be put somewhere so that the client can use it as well as the server. Many people will probably advise using protobuf, but this does not negate the fact that proto files will have to be stored somewhere. Tell me, who is dealing with this problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Cheremisin, 2019-10-25
@leahch

Upload to redis for example.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question