Zaarrg / DropBot

Drop Bot. Automaticlly Farms every Drop available like Rust for ya and now also your Custom Channel's
396 stars 121 forks source link

Heroku free tier alternatives #67

Open PockySweet opened 1 year ago

PockySweet commented 1 year ago

Heroku will no longer be offering free tiers starting November 28th.

<img src="https://i.imgur.com/2akS2pi.png" alt="Click to open" border="10" />

For that reason we will need new places to easily deploy at for free so here is a list of some alternatives:

fly.io Railway.app render.com glitch.com Adaptable.io Cyclic.sh
Shutdown for Inactivity No No 15 minutes 5 minutes Yes* No
Credit Card Required Yes No No No No No
Free Tier Limits ? $5 or 500 hours 750 hours 1000 hours None* 100,000 req?
RAM 256MB 512MB 512MB 512MB 256MB 1GB
Disk Space 3GB 1GB 200MB* 1GB 512MB*
Disk Write Access Yes No Yes Yes* Yes*
Network Bandwidth 160GB 100GB 100GB 4000 req/hour 100GB
Can use Dockerfile Yes Yes Yes No (only Node.js) No* No
GitHub Integration No Yes Yes Yes Yes

The ones I saw recommended the most are Render, Railway and Fly.

Render and railway support "Deploy on" buttons, while Fly does not.

Render

https://render.com/docs/deploy-to-render image

Railway

https://railway.app/button image