Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superfly/fly
Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI.
https://github.com/superfly/fly
cdn cli edge-computing serverless
Last synced: 10 days ago
JSON representation
Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI.
- Host: GitHub
- URL: https://github.com/superfly/fly
- Owner: superfly
- Created: 2018-01-10T16:37:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T20:23:16.000Z (over 4 years ago)
- Last Synced: 2024-10-01T15:49:25.951Z (about 1 month ago)
- Topics: cdn, cli, edge-computing, serverless
- Homepage: https://fly.io
- Size: 45.7 MB
- Stars: 985
- Watchers: 14
- Forks: 47
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - superfly/fly - Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI. (Others)
README
# Fly.io
Fly is a hosting platform for running app servers close to users.
```bash
# Ship a Docker image
flyctl deploy# Launch it in multiple regions
flyctl regions add ams hkg sjc
```## Where to go
* __[`flyctl`](https://github.com/superfly/flyctl)__
The command line interface for deploying and managing Fly hosted applications.
* __[Speedrun](https://fly.io/docs/speedrun/)__
A *really* quick start, deploy a Docker image to Fly with just a few commands.
* __[Documentation](https://fly.io/docs/)__
Reference documentation for the Fly platform, configuration options, etc.
* __[Fly JS](https://github.com/superfly/flyjs)__ (*deprecated*)
The Fly JavaScript runtime for building edge apps.## Write for Fly
We are building a library of example projects, articles, and technical explainers. We'll pay you to help, just head on over to the [project board](https://github.com/superfly/fly/projects/1) and see what's going on.
We're looking for two things:
1. Example applications that demonstrate how to build server applications that run close to users.
2. Articles about the plumbing underneath modern infrastructure### Example Apps
The best example apps demonstrate interesting problems developers can solve by running apps close to users. These apps should be small in scope and single purpose. They're not meant to be run directly, they're demonstrations of ideas that developers can apply to their own projects.### Explainer Articles
It is helpful for developers to understand the plumbing underneath their infrastructure. Technical explainers help with this, and should cover some part of internet/hosting infrastructure.