Rest Vs RPC
REST is resource-oriented _ RPC is action-oriented.
Rest Supports HTTP methods GET, POST, PUT, PATCH, and DELETE. RPC only supports GET and POST requests.
Rest It provides flexibility for hardware architecture_rpc no flexibility in RPC for hardware architecture