cancel
Showing results for 
Search instead for 
Did you mean: 
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
View Entire Topic
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?