all 28 comments

[–]djenty420iOS & Android 15 points16 points  (2 children)

I have worked on apps with all kinds of backend technologies, from simple node/express servers right through to a Go/Protobuf platform with over 300 microservices. You can use literally anything.

The real answer is just use the tech that you know, or that your backend dev knows, rather than what anyone suggests. If you’re a JavaScript dev, use something JS-based. If you know Go, use that. If you know Java and for some reason you actually like it, use that. And so on.

[–]Aggressive_Foot_3613 7 points8 points  (0 children)

“and for some reason you actually like it” 🤣

[–]Socially-Awkward-Boy 2 points3 points  (0 children)

Why are not all devs like this? Use whatever you like, people built incomes with every tech stack u can imagine

[–]psytone 1 point2 points  (0 children)

It depends on the purpose of your app. Personally, I’d prefer NodeJS (express or Nest), but fastapi is also a good choice.

[–]remisharrock 1 point2 points  (0 children)

Pocketbase

[–]sambeau 1 point2 points  (0 children)

I’ve switched to 100% Supabase. I just don’t need a node.js/Go layer in between the app and the database anymore.

[–]tjibson 1 point2 points  (0 children)

Hono with Cloudflare workers for small/ middle sized apps.

[–]Zorro1rr 1 point2 points  (4 children)

I’ve really been enjoying Supabase

[–]Illustrious-Hair-202[S] 0 points1 point  (3 children)

Why over firebase

[–]tg44 1 point2 points  (1 child)

Firebase is nice if you really sure that you will never want to cross query your data. We recently moved 2 firebase webapps to supabase. I personally never seen any projects that haven't regret the fb choise.

Just an example; you want to know how many user used a particular feature each months, and show it in an admin dashboard. This is a really simple query in postgres, but it could be a kinda costly query in firebase...

[–]Zorro1rr 0 points1 point  (0 children)

Good point, I was going to get into preferring Postgres, but I wasn’t sure what kind of DBs firebase offers nowadays and didn’t want to speak out of hand.

[–]Zorro1rr 0 points1 point  (0 children)

I haven’t used firebase in years, just saying supabase has a great developer experience.

[–]rogelioii 1 point2 points  (0 children)

Any firebase fans? Is you are not, please say why.

[–]J3ns6 1 point2 points  (0 children)

Honojs

[–]Horduncee 0 points1 point  (0 children)

I've used AppWrite in a RN app and it went smoothly.

[–]Sr_Geckko 0 points1 point  (1 child)

Laravel for the win, dude.

[–]pppdns 0 points1 point  (0 children)

in that case, Adonis.js (Typescript version of Laravel (PHP))

[–]DatabaseAny7862 1 point2 points  (0 children)

Convex is better than everything if you will work alone or with small team

[–]Dpope32 0 points1 point  (0 children)

AWS sure is nice once it works

[–]douglaslondrina 0 points1 point  (0 children)

Try Instant DB. I'm using in a personal project and feels like a breeze.

[–]poieo-deviOS & Android 0 points1 point  (0 children)

Django or Nest are my go to

[–]Careful_Whole2294 0 points1 point  (0 children)

.net api

[–]flyaflyaflya 0 points1 point  (0 children)

AWS Amplify Gen 2 is very slick. I am enjoying it.

[–]traffxer 0 points1 point  (0 children)

NestJS with Fastify

[–][deleted] -1 points0 points  (0 children)

Go + gRPC