Launch HN: Fly.io (YC W20) – Deploy app servers close to your users
181–190 of 268 posts
Re: Launch HN: Fly.io (YC W20) – Deploy app servers close to your users
#182Re: Launch HN: Fly.io (YC W20) – Deploy app servers close to your users
#183Earlier quoted context omitted.
We’re moving the JS apps to just run on Deno containers. Deno is fabulous.
This is the most intriguing thing for me, perhaps second only to the fact that you guys are working with Rust. I have followed Deno since it was announced and it has been fascinating to watch it evolve. How much Deno code do you all have working in production right now?
Re: Launch HN: Fly.io (YC W20) – Deploy app servers close to your users
#184Do you consider zeit.co or netlify competitors? I saw in a comment that you're interested in making it dead easy to deploy a simple Rails app to the edge. These companies have gone deep on a different segment that's deploying web apps without DBs. Is your roadmap kind of routing around the JAMstack crowd, straight to supporting traditional full-stack apps? Seems much harder, but a more valuable prize if so.
Re: Launch HN: Fly.io (YC W20) – Deploy app servers close to your users
#185Earlier quoted context omitted.
The "simplest" gains come from adding an in memory cache, we include Redis for this and some apps work really well just leaving the DB where it is, caching aggressively, and running close to users: https://fly.io/docs/redis/ Read only replicas are a great first step for most applications. I'd probably do caching first, then replicas (which are kind of like caching). Region specific persistence is one way to improve w…
PM@cockroach labs here. Which tools did you experiment with? We've been working to increase our tooling capabilities!
Re: Launch HN: Fly.io (YC W20) – Deploy app servers close to your users
#186Great introduction to the technology! I rarely see such a clear explanation of how new products work.
Re: Launch HN: Fly.io (YC W20) – Deploy app servers close to your users
#187Re: Launch HN: Fly.io (YC W20) – Deploy app servers close to your users
#188Earlier quoted context omitted.
I don't think I like the failure mode of your app getting slower (losing your ApplicationDN) right at the time it's really popular. I don't have a better solution though.
maybe if you go over, you automatically add ads to the page or something.
Re: Launch HN: Fly.io (YC W20) – Deploy app servers close to your users
#189Awesome work, congrats! Do you consider zeit.co or netlify competitors? I saw in a comment that you're interested in making it dead easy to deploy a simple Rails app to the edge. These companies have gone deep on a different segment that's deploying web apps without DBs. Is your roadmap kind of routing around the JAMstack crowd, straight to supporting traditional full-stack apps? Seems much harder, but a more valuabl…
As you said, they're both going deep for JavaScript apps (and doing an awesome job at it!) and we're focusing on being an awesome place to run full stack apps and exotic (non-http) servers.
Re: Launch HN: Fly.io (YC W20) – Deploy app servers close to your users
#190Docker? No thanks.