#JS endpoint?

17 messages · Page 1 of 1 (latest)

gray wind
#

Hey, it isn't possible to run JS as serverless code?

dense canopy
#

I'm recommending to use cloudflare workers as an alternative for js handlers

gray wind
#

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 😮

late zinc
#

@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?

gray wind
#

@late zinc But i cannot find the function "serverless.start" in JS 😮

late zinc
#

I think JS SDK not support serverless yet

gray wind
#

Yeah. I’m trying to run ffmpeg, I have a code in JS already, I guess I’ll move it to python 😅

dense canopy
dense canopy
runic hornet
#

You can call the JS app from within the Python serverless handler

dense canopy
#

Oh ya I get the idea now

#

Yeah that is possible