cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy a python application to NEO

06-02-2022 9:44 AM
845 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hello Colleagues,

Currently I am trying creating a toolset running on BTP, it's implemented with python.

I made the test on CF, currently I am trying to make it available for NEO.

Is it possible to deploy to NEO? if any guide available, please help share with me.

Thanks,

Wei

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

sboll
Explorer
0 Likes

I think it will not work on NEO. As far as i know, you can only use Javascript (xsjs) on NEO which is based on Spidermonkey-Runtime. Maybe you can deploy the Python-part of your application to CF and consume it in NEO via an .xshttpdest / user provided service?