Integrate Python services with Mendix Cloud

0
Is it possible to deploy on Mendix Cloud microservices (developed in Python) ? I'm tryng to integrate Python microservices (with IA algorithms) with a Mendix App. Locally it's easy, everithing works fine...
asked
1 answers
0

You would have to host your microservices outside the Mendix Cloud if they are written in Python. Your Mendix application would need to talk to them over the Internet rather than locally. 

answered