Serverless Functions (Node.js and Python) #2882
Replies: 3 comments 2 replies
-
|
I'd need serverless functions on Coolify myself right now. But after thinking about it, I don't think that Coolify would be the right place to put it. Coolify itself manages the applications you want to deploy. "something that runs serverless functions" is one application that can be deployed. I'm still looking for the right "something" to run functions but I don't think that serverless functions should be feature of Coolify. |
Beta Was this translation helpful? Give feedback.
-
|
So you want to run your serverless applications on your server? |
Beta Was this translation helpful? Give feedback.
-
|
I am not sure about Python just yet but I may have a solution for this for JavaScript once one of my PRs gets merged. It won't be a major change to the platform, keeping the surface vector as minimal as possible while providing maximum value. I'll keep ya'll posted! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to suggest adding support for serverless Node.js or Python functions in Coolify.
The idea is to enable connecting a Git project containing multiple individual JS files with functions. With a new built-in serverless feature, Coolify could use a single Nginx instance to manage and invoke various unrelated serverless functions.
Currently, I need to use a custom JS script to create an Express server for each of my repositories. Integrating this functionality into Coolify would streamline the process and reduce the overhead.
It would essentially mimic the functionality of Vercel / Next.js's serverless functions
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions