←back to thread

528 points sealeck | 1 comments | | HN request time: 0.213s | source
Show context
pharmakom ◴[] No.31391545[source]
Can someone explain what fly.io actually is for someone with an AWS background?
replies(5): >>31391585 #>>31392096 #>>31392729 #>>31393153 #>>31395970 #
1. jsmeaton ◴[] No.31392729[source]
Having a go at writing the elevator pitch myself, since I think the others I've read have been overly technical.

It's a platform as a service. It'll take your docker application (usually a web application) and run it on the internet. It'll also allow you to run it in many locations around the world transparently (using the same IP address / anycast) so that users closer to those locations will get better/lower latency.

It's a CDN for your application.

(There's more to it than this, but as far as elevator pitches go, sufficient?)