V
V
Vovan20052020-03-10 18:32:38
Python
Vovan2005, 2020-03-10 18:32:38

Integrating a python parser into a mobile application in Xamarin (C#)?

I am writing a mobile application in Xamarin, the essence of which is that the user logs in using the data of another service, after which he receives the necessary information obtained by the Python parser.
And the question arises: how to exchange user requests and received responses between the application and the script itself, through which information is obtained? Does this script have to be run on the server or is it just integrated into the application's C# code (using the same IronPython)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-03-10
@firedragon

IMHO, run on the server, and return only the results, in the pluses you clearly control requests and are not constrained in resources

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question