Settings

Theme

Ask HN: Production setup for apps

4 points by oyeanuj 8 years ago · 1 comment · 1 min read


As I inch closer to going live to production with my app, I am curious about what production setups do other people have and what services are being used?

Mine are two Heroku apps - Rails-API backend (served on a subdomain) & React SSR frontend respectively. In addition, I am setting up CloudFlare, Imgix for images, S3 for storage.

I still need to figure out solutions for SSL, and CDN (if any additional).

What are your setups? And any experiences with any of the services mentioned?

rwieruch 8 years ago

Digital Ocean all the way. I am using a couple of inexpensive Droplets for server blocks and Dokku to host multiple websites, applications and APIs horizontally on those instances. This article [0] gives a lot of insights about my setup.

- [0] https://www.robinwieruch.de/deploy-applications-digital-ocea...

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection