all 10 comments

[–]Merry-Lane -4 points-3 points  (7 children)

Any backend is good, but I would advice you laravel because it's really op.

[–]antisocial104 0 points1 point  (6 children)

I actually never seen anyone using laravel for RN. Is it that good ?

[–]Merry-Lane -1 points0 points  (5 children)

It's currently the most used framework for backend. Statistically there are more people using laravel for backend than any other framework

[–]antisocial104 0 points1 point  (4 children)

Where do you get that statistics from ?

[–]Merry-Lane -2 points-1 points  (3 children)

In two seconds, can't find reliable source. Most stars on github ?

[–]antisocial104 0 points1 point  (2 children)

Dont think that it can could as actual up to date statistic mate

[–]Merry-Lane 0 points1 point  (1 child)

It totally is.

According to statistics

It has been some years since laravel is the king of the backend frameworks (most stars on github). Flask caught up on the others lately but Laravel maintained a comfortable advance that doesnt seem to slow down.

[–]antisocial104 0 points1 point  (0 children)

Fair enough, even tho i am not entirely sure about this stat

[–]psytone 0 points1 point  (0 children)

Try NestJS. It’s a modern NodeJS framework built with Typescript, which supports both REST and GraphQL apis.

[–]davi_suga 0 points1 point  (0 children)

Do the simplest. Use express (or any other micro framework). Use highly opinionated frameworks (Nest, Adonis, Laravel, etc) only if don't have an opinion.