0xacn / resource

💻 Community maintained collection of Hacker Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Hacker Resources

[Hack Club](https://hackclub.com/)'s community list of developer resources and tools

# Cloud Hosting

## Free Heroku Alternatives

- [cyclic.sh](https://www.cyclic.sh/) - A *paas* advertised as an alternative to Heroku. With the free tier you can deploy up to 3 full stack apps from a Github repo, and receive 1024 MB of ram along with 1 GB of storage. Apps don't turn off due to inactivity by default, and you receive a free cyclic.app subdomain.
- [fly.io](https://fly.io) - Fly.io is a cloud platform that allows developers to deploy and run their applications globally. It focuses on providing low-latency and high-performance infrastructure by using a distributed network of servers around the world. Developers can deploy their applications to Fly.io using a variety of programming languages and frameworks, such as Ruby, Python, Node.js, and Go.

About

💻 Community maintained collection of Hacker Resources