U
U
Urukhayy2018-05-15 19:49:26
Programming
Urukhayy, 2018-05-15 19:49:26

Linking two apps to call functions?

There is an application A under Windows and Linux (closed source) that allows you to include custom .dll and .so plugins. I need to link this application with a NodeJS application (open source) via a plugin. That is, I need the NodeJS application to be able to call a function in the plugin of application A , and in turn, so that application A can call the function in the NodeJS application . Some kind of interface for interaction between applications is required. So that in the end one of the two applications turned out. Naturally, you need to pass some parameters in these functions. How is it implemented and on what basis?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Daniel, 2018-05-15
@Urukhayy

RPC is suitable for the solution, GRPC has many libs for different languages

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question