11 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
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 😅
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
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
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View