How to use different programming languages in one project? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to use different programming languages in one project?

I am working on a project. Can I use java for coding and php for server end together inside one app? Because my app has to have a server and php is sufficient and easy for me. If yes, please state how to use them together. I am using android studio for app development.

17th Jan 2019, 9:13 PM
Shreyas Deshpande
Shreyas Deshpande - avatar
1 Antwort
+ 4
the best is to create microservices and run them as seperate docker containers. You will use mainly rest api for communication between them for
17th Jan 2019, 9:27 PM
Hubert Dudek
Hubert Dudek - avatar