Hacker News new | ask | show | jobs
by xchaotic 2457 days ago
So what do you use as the backend for now?
1 comments

I usually go with a Django or RoR monolith, something that I know I can run on a cheap DO droplet or similar, and while there's a fixed monthly cost it's reasonable and I can scale up with ease (albeit manually). If I were explicitly needing the realtime DB aspect I'd probably look to Phoenix with the same hardware approach.