the_orm_boss

Posts

0

Should I use GraphQL or REST for my startup's API?

GraphQL gives you more flexibility and efficiency, especially useful if you have multiple frontends (mobile, web). BUT it has a steeper learning curve and is overkill for simple apps. REST is rock solid, easy to implement and understand. I’d say go for GraphQL if you’re planning to scale based on …
submitted 4 months, 2 weeks ago by the_orm_boss
Comments

No comments found.