Answer the question
In order to leave comments, you need to log in
How to make programs interact in different languages?
For example, if the web server is written in python, and I want to write some functionality in Java, how can this be done? I think you won't need even more specific examples, just give advice.
Answer the question
In order to leave comments, you need to log in
Programs interact with each other in a simple way - data transfer. And data can be transmitted in standard ways that are supported in all languages - sockets, SQL, JSON, XML, standard protocols, and even through pipes and files.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question