Needed info on the Hobby plan

Hello, before I bought the basic plan I needed some information.
I have a project that is a nodeJS server. I wanted to know if this plan supports creating a nodeJS server and provides an ssl connection? (It doesn’t have to be a custom domain, just want the requests sent to be https. Additionally I also wanted to know whether the server uptime would be 24/7 or would there be sleep cycles in this. Any information would be appreciated.

1 Like

Hi @Haziq

That is correct, just by shipping your app it will get a https://app-name.fly.dev URL so thats SSL built-in.

Uptime can be either 24/7 or sleep and wake on TCP really fast, you can configure that on your fly.toml file using auto_stop_machines and auto_start_machines options then fly deploy again to apply changes!

Thanks for the information, I forgot to mention one more thing. The app also needs an mySQL db, am i correct in understanding that if i want to use mysql i would need to launch another application for mysql db that would create the instance and then connect that instance with the app to make it work?

That’s correct!

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