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.
1 Odpowiedź
+ 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