I
I
Ilya2021-05-12 08:37:02
Software design
Ilya, 2021-05-12 08:37:02

How to implement communication between individual application modules?

The task is to implement a web service, to which various clients will subsequently connect to receive and process information.

According to the structure, a certain "main router" (R) is planned, to which clients will access via API (private). Also, additional application modules will be located on separate servers: catalog (K), statistics (S), neural network (N).

Clients can be: browser applications, mobile applications, self-hosted sites, etc. Therefore, REST API will be used to communicate with the main router R.

Question: how to organize the interaction between additional modules K, S, N and the main router R? Also via the RESP API? Or are there more suitable methods of interaction (since no external access, permanent authorizations, etc. are needed)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ananiev, 2021-05-12
@SaNNy32

Can be implemented via GRPC

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question