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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I have a droplet with Ubuntu set up that is running a node website with upstart.
Is there a way to create a subdomain that points to a specific port on which I am running the node server without using Apache or nginx?
Say I have an app called MyApp that is running on port 9001: http://example.com:9001
I want to make a subdomain such that I can instead go to http://myapp.example.com