Serverless applications

Hello, are the applications serverless on the free plan (i.e. they need constant requests to work)? In particular interested in NodeJS.

No, the VMs will generally keep running until your app process decides to exit (though the platform may need to restart the VM occasionally).

If you want your VM to shut down when there are no requests you have to do it manually (example).

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.