General
p/general
Share and discuss tech, products, business, startups, or product recommendations
Niklas Mengele

RESTful vs GraphQL

3
•
Which architecture do you use for your project? For our project we use GraphQL for our Frontend. To communicate with our core backend system we use the REST architecture. By the way, we're gearing up for an upcoming launch. Check it out here: https://www.producthunt.com/prod...

Add a comment

Replies
Best
Sunil Ayar
GraphQL
Poul merry
RESTful
Bhaskar K
In our product design, Currently, we are focusing REST Interface for communication between backend and frontend. Use RPC for Backend Peer Communications based on current product requirements with consideration of data access channels,flexibility and team skills I think GraphQL is another channel to expose the data and it may fit specific use cases when domain centric and uniformed data accessing and effective developer experience.