andreas-prouza / blog

0 stars 0 forks source link

How to call PASE (Python, PHP, Node.js) functions #4

Open andreas-prouza opened 2 months ago

andreas-prouza commented 2 months ago

Sure, you can call them by using the QSH command. QSH ('python myproject/test.py')

Problems

Solution Use it as a micro service via ...

With this, you have a well defined interface, without any dependencies of the backend. E.g.:

Both supports synchronous & asynchronous processing.