#JS endpoint?
17 messages · Page 1 of 1 (latest)
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 😮
@gray wind sure we have JS SDK so whould work but cant help much as myself I use python mostly 😄
otherwise you might just wrap js code into python
what kinda worker you trying to do?
@late zinc But i cannot find the function "serverless.start" in JS 😮
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