V
V
vetsmen2019-10-15 15:11:56
JavaScript
vetsmen, 2019-10-15 15:11:56

How to communicate between two applications?

Are there any out-of-the-box implementations for communication between two applications?
Now the situation is as follows:
1) There is a main application for working with logic and processing all information
2) There is an additional application that should receive requests from the main one, make a request to a third-party API, receive a response and return to the main application.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
irishmann, 2019-10-15
@irishmann

REST, SOAP

V
Vitaly, 2019-10-17
@vshvydky

just worth reading the basics of microservice architecture and approaches to its implementation
in your case, any message broker will be a convenient solution, look at RabbitMQ

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question