Report this

What is the reason for this report?

Recommend specification for remote development droplet?

Posted on April 10, 2020

Good morning everyone,

Lately, I have been interested in remote development. I am a full-stack NodeJS developer. Last week I just tried to develop remotely with a $10 monthly DigitalOcean droplet with 2GB RAM. The experience in developing the ExpressJS app is good enough. However, when I was working on the ReactJS app, the machine was compiling and reloading the app too slowly.

Which kind of droplet should you recommend me? Thank you.



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 there @mnode184,

I actually have a similar setup, I use a $10 Droplet to develop my Laravel applications using this method as described here:

https://www.digitalocean.com/community/tutorials/how-to-use-visual-studio-code-for-remote-development-via-the-remote-ssh-plugin

The resources that you would need would really be based on your personal and your application requirements. I could suggest checking the resources utilization of your Droplet while compiling to actually see if you are hitting any limits like CPU or RAM utilization.

To check the status of your Droplet you can SSH to the Droplet and use the htop command. That way for example if you see a really high CPU usage, you would know that you would have to add some extra resources and possibly upgrade your Droplet if needed.

Hope that this helps! Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.