What are the best hosting options for my web app on a budget?

0
18
Asked By CodeNinja123 On

I'm a student working on a web app that has a Golang backend, a React JS frontend, and uses PostgreSQL for the database. I've already bought a domain and uploaded my project to Git. I'm looking for affordable hosting options since I want to keep costs low. I've been experimenting with Render.com for its free tier to test the app, but I need a more permanent solution. Any suggestions?

5 Answers

Answered By BudgetHoster On

Render.com is fine for initial testing, but their free tier shuts down after inactivity. A cheap VPS from providers like Hetzner or Contabo is a good low-cost option, costing around $3 to $5 a month. You can run your Golang backend and serve your React app all on one server, plus host PostgreSQL on the same box. It's a bit of a setup initially, but you'll have full control without unexpected limits.

Answered By StudentDeveloper On

I suggest going with a $7/month VPS like Linode. It's been great for me; I host my portfolio and other small projects on one instance. Plus, as a student, this is a fantastic way to learn more about web servers and deployment!

VPSGuru -

+1 for the VPS option! Learning about app deployment is super important.

Answered By TechSavvy99 On

You might want to check out AlwaysData's free plan. They have specific configurations for Go which could work well for your app.

CodeNinja123 -

Thanks a lot for the recommendation!

Answered By VPSGuru On

Consider getting a VPS and setting up Dokku. This not only keeps costs low but also helps you learn more about server management, which is super beneficial for a student.

Answered By AzureAdventurer On

I've been using Azure for hosting, and it's pretty economical. They also offer student credits, which can give you around $200 to work with for free! Just consider your traffic and whether you need a database to stay within those limits.

CodeNinja123 -

Thanks, I'll definitely look into Azure!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.