• Subscribe
  • RESTful vs GraphQL

    Niklas Mengele
    3 replies
    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/products/crewting

    Replies

    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.