DEV Community

How are you hosting your apps?

Hammad Siddiqui on August 15, 2019

Hey Guys, I have been trying to wrap my head around getting cheap and easy PaaS/IaaS/VPS for my side projects. I would like to host my web apps u...
Collapse
 
jborak profile image
John • Edited

Since you have a variety of tools, languages, services and containers, I'd suggest some sort of virtualization over alternatives (app-engines like GAE or heroku).

LightSail may be a good option since the pricing is explicit but I think you'd get more using DigitalOcean.

For side-projects of mine that are mature and actually used, I host them on DigitalOcean. For the other side-projects that are half-baked, in dev, or hardly used, I self-host those on my computers at home.

If you want to self-host there are several options that make it easy. One of my mature side-projects (packetriot.com) is a system that lets me do just this. Here are several choices:

Serveo.net - Free, uses openssh as its client, basically does remote-local port forwarding, worth checking out first.

Ngrok.com - Freemium, uses a reverse tunnel, it has a built-in tool for saving and replaying HTTP respects, it was developed with webhook dev in mind but it can relay HTTP/HTTPS.

Packetriot.com - Freemium, this is my project, it uses reverse tunnels as well, the client has support for automatic Let's Encrypt, can host static content (no need for extra web servers), is containerized, can perform upstream service checks, monitoring and notification on failures, provides access on who is connecting to your tunnels, and a few other tricks.

There are more, but these are the most popular. Serveo is quick and easy to test out to try out the concept of self-hosting, so I would do that first. If you need more or want more features try the other two.

I actually host several sites and services, including a Gitlab, private file-hosting, Upspin server, and a bunch of static websites behind a packetriot tunnel.

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn • Edited

First, I wouldn't host them all on one server for sanity reasons. Use at least one server per application platform, or better yet one per app.

As far as the actual hosting, look into all-in-one VPS solutions. Vultr is my personal preference (disclaimer, that's an invite link, following it and signing up will net you a 50 USD credit on your new account with which to test the platform, and will also get me credit on my account if you open an account). Their pricing is dead simple to understand, they have good customer service, and they let you deploy certain application stacks (most notably Docker, LAMP, or LEMP) directly in a single click (which makes setup much simpler).

Other similar options include AWS LightSail (slightly better pricing than Vultr currently, I've been considering switching), Digital Ocean (currently the same pricing as Vultr), and Linode (slightly worse pricing than Vultr right now).

Collapse
 
lizziekardon profile image
lizziekardon

check out northstack.com/