• 0 Posts
  • 2 Comments
Joined 8 years ago
cake
Cake day: April 3rd, 2017

help-circle
rss
  • Perhaps it’s super niche. I’m packaging apps for something called Sandstorm (https://sandstorm.org) which has a unique model. The apps are small and run in containers. They’re asleep after a period of inactivity. You want to be able to click on your app and see something useful load on your browser, even if it has to take a couple seconds to wake up.

    Sometimes our apps include Nginx/Caddy/etc with a reverse-proxy. Caddy can start faster than the app so it’s nice that Caddy can wait for it.