DEV Community

Discussion on: Help figuring out the architecture of the application

Collapse
 
rohit_ambre profile image
Rohit Ambre

I would suggest, go with REST like Express.js instead of GraphQL because unless you have a lot of returning data and you want to handle it based on device type to solve over-fetching or under-fetching issues and you also have file upload and file management so it would also good to use REST APIs, it will have good performance
but if you want to learn GraphQL then go-ahead