
SOAP vs REST vs GraphQL vs RPC
Feature SOAP REST GraphQL RPC Architecture Layered, heavyweight Stateless, resource-based Client-driven, query language Remote procedure call Data format XML JSON, other human-readable formats JSON Proprietary, often binary…