11 Replies
Hmm serverless currently uses python I'm not sure if there's some way to execute js on python
I'm recommending to use cloudflare workers as an alternative for js handlers
I need the GPU 🙂
That's really weird that there's no JS support, if we can deploy a docker image, why does it matter which language we deploy 😮
@Itay Elgazar sure we have JS SDK so whould work but cant help much as myself I use python mostly 😄
GitHub
GitHub - runpod/js-sdk: JS sdk for runpod
JS sdk for runpod. Contribute to runpod/js-sdk development by creating an account on GitHub.
otherwise you might just wrap js code into python
what kinda worker you trying to do?
@Papa Madiator But i cannot find the function "serverless.start" in JS 😮
Solution
I think JS SDK not support serverless yet
Yeah. I’m trying to run ffmpeg, I have a code in JS already, I guess I’ll move it to python 😅
It needs sdk-like to connect to the host I guess..
How is that possible haha
Basically all programming languages can call commands from within them to run other programs
You can call the JS app from within the Python serverless handler
Oh ya I get the idea now
Yeah that is possible