Skip to content

Support for Typescript version of this package #412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
feat7 opened this issue Apr 25, 2025 · 1 comment
Open

Support for Typescript version of this package #412

feat7 opened this issue Apr 25, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@feat7
Copy link

feat7 commented Apr 25, 2025

Is your feature request related to a problem? Please describe.
We have this package for Python to run a serverless GPU. We also need something similar in TypeScript/Node to be able to run with Node.js code

Describe the solution you'd like
Ideally, a package for a serverless part that can run with Node.js

Describe alternatives you've considered
I've considered that my Docker file can directly run my Node.js code. The only issue is I am not sure how other endpoints and health checks RunPod can run properly if I do that.

eg.

CMD ["node", "handler.js"]

Instead of running the Python code.

Additional context
I have to render some videos on a serverless GPU. However, most of my code is already written in Node.js, so I'm trying to find out a way to run it on RunPod easily.

@feat7 feat7 added the enhancement New feature or request label Apr 25, 2025
@deanq
Copy link
Member

deanq commented May 23, 2025

Hi @feat7, have you considered running a node process inside Python? Something like https://github.com/samwillis/nodejs-pypi comes to mind. The serverless runner is only on Python right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants