bmitchinson / OpenQ

A live queue system open for anyone to request and vote on Spotify tracks for public playback.
http://openq.me
GNU General Public License v3.0
1 stars 0 forks source link

Research options for web app hosting #1

Closed bmitchinson closed 5 years ago

bmitchinson commented 5 years ago

Research options for where to host Open Q.

May involve:

bmitchinson commented 5 years ago

Looked up firebase and thought it looked cool:

jhofmann33 commented 5 years ago

Looked up firebase and thought it looked cool: https://firebase.google.com/

npilafas commented 5 years ago

I found a few web app hosting sites that are free along with Firebase too. The top three I saw were Microsoft Azure, Google Cloud storage and Amazon S3. As for a domain name I found a website with some free ones called dot.tk. I'm a little suspicious about it though cause it's not a secure site and I've never heard of it. Let me know what you all think?

bmitchinson commented 5 years ago

@npilafas good find, GCP (Google Cloud), Azure, and S3 are normally easy to set up, but how will we pick between the three?

bmitchinson commented 5 years ago

I found a domain that i'm gonna by for a year for like 4 bucks, so don't worry about domain anymore. Details to come

Rallph commented 5 years ago

Also consider adding Heroku to our list of possibilities. It has a free tier, as well as GitHub integration that allows us to make changes to our code and have it automatically build and run our app so we can review changes and make them live.

npilafas commented 5 years ago

Here's some of the stuff I have found:

Azure:

Amazon:

Google:

Heroku:

Firebase:

The website below makes some interesting comparisons between all 5 options:

https://blog.patricktriest.com/host-webapps-free/

bmitchinson commented 5 years ago

@npilafas Great breakdown. That blog post by Triest was really helpful. Learned quite a bit about the different approaches myself, so thanks. Looking forward to deciding how to run it next week 👍

bmitchinson commented 5 years ago

Cool heroku feature image

bmitchinson commented 5 years ago

Decided to use Heroku at our last meeting 👍