V
V
Vadim Raksha2017-10-28 18:56:25
Java
Vadim Raksha, 2017-10-28 18:56:25

How to implement your own bridge between 2 PLs on the backend?

There is a problem. It is necessary to implement interaction between 2 programming languages. I heard that there is, for example, a Java-PHP bridge or a PHP-.Net bridge. How can this be implemented and what should be observed? In this case, I need this for a bunch of Go and Kotlin (JVM).

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Pavlyuk, 2017-10-28
@pav5000

Just choose protocol, json or protobuf for example. And communicate via unix socket or network.

D
Dmitry Alexandrov, 2017-10-28
@jamakasi666

As a variant of gobind .

S
sim3x, 2017-10-28
@sim3x

How do direct interaction between python-si-golang
https://www.youtube.com/watch?v=CkDwb5koRTc
This video should suggest that it is better to do everything through an external service with which both PLs interact
Those: queues, DBMS , sockets, http, api over http

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question