R
Runpod•2y ago
Itay Elgazar

JS endpoint?

Hey, it isn't possible to run JS as serverless code?
Solution:
I think JS SDK not support serverless yet
Jump to solution
11 Replies
Unknown User
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Itay Elgazar
Itay ElgazarOP•2y ago
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 😮
Madiator2011
Madiator2011•2y ago
@Itay Elgazar sure we have JS SDK so whould work but cant help much as myself I use python mostly 😄
Madiator2011
Madiator2011•2y ago
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.
Madiator2011
Madiator2011•2y ago
otherwise you might just wrap js code into python what kinda worker you trying to do?
Itay Elgazar
Itay ElgazarOP•2y ago
@Papa Madiator But i cannot find the function "serverless.start" in JS 😮
Solution
Madiator2011
Madiator2011•2y ago
I think JS SDK not support serverless yet
Itay Elgazar
Itay ElgazarOP•2y ago
Yeah. I’m trying to run ffmpeg, I have a code in JS already, I guess I’ll move it to python 😅
Unknown User
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
digigoblin
digigoblin•2y ago
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
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?