2
I would like a detailed (or simple, if easy to understand) explanation of how companies use more than one programming language in the backend. How communication between languages is established?
For example: We have several articles on the internet talking about Twitter using Python, Go, etc, but how is communication between languages + frontend?
Related: http://answall.com/questions/175893/por-que-utilizar-duas-linguagens-server-side-no-mesmo-sistema/175901?noredirect=1#comment362876_175901. Welcome to SOPT, http://answall.com/tour
– Miguel
It depends a lot, it is done in the way that is most suitable for the problem. There are cases that can simply be compiled together.
– Maniero