A
A
Al2019-09-12 10:33:21
Service Oriented Architecture
Al, 2019-09-12 10:33:21

How to arrange data exchange between several applications?

Given (this is all a test case not related to any real projects):
- web application "1" written in NodeJS, which has a service for obtaining TODO lists from the database
- web application "2" written in Java, which has there is a service for obtaining users from the database
- a web application "3" written in Python, which will request data from applications 1 and 2. It is
necessary:
​​- to implement communication between these applications
- at the same time, we do not want to use HTTP for communication. You can implement something like some kind of command-bus that will connect all these three applications, or there are some other interesting ways.
Your experience and practice in such architecture is interesting. I would be grateful for your advice and any reading material that will help to solve this problem.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2019-09-12
@Sanu0074

Alternatively:
RabbitMQ

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question