Hacker News new | ask | show | jobs
by judofyr 5756 days ago
I'm waiting for the recursive add-on: Someone creates an add-on, hosts it on Heroku and then enables the add-on in the add-on app.
2 comments

I'm already building an addon as a Heroku app. Of course, I work for Heroku, so it probably doesn't count.
You're missing an important detail: Start using the add-on in the Heroku app. Since the add-on provides feature x, you can simply depend on it and remove feature x from the Heroku app :-)
Way ahead of you. The tricky part is being able to bootstrap if the service crashes. It's pretty neat being able to basically provide artificial respiration for your web app in an emergency.
The add-on that I've built has the provisioning system and server management portion on Heroku.