Hello Am new to Digitalocean, i have Nuxtjs application, and i want to put it on production.
What is recommended, to create and deploy on App or on Droplet?
Kind Regards
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @jadayash,
Both are considered a good solutions for production. This means it’s entirely up to you and your preferences.
If you choose a Droplet, you have a lot more control on what’s going on on the Droplet, you can configure some specific setup that can’t be done on the App Platform. Having said that, you need to manage the Droplet as well as your App with a Droplet.
If you choose the App Platform, you’ll have everything taken care for you except your code. You’ll be in charge only for the deployment of your code and nothing else. However you won’t have that much control on what’s going on behind the scenes.