Please enable JavaScript.
Coggle requires JavaScript to display documents.
Compare and contrast RESTful Web Services with Remote Procedure Calls…
Compare and contrast RESTful Web Services with Remote Procedure Calls (RPCs). What
are their similarities and what are their differences?
-
REST Differences
JSON, non-binary, text based, slower, and bigger
-
-
-
-
-
What is REST
-
Basic idea is that each API deals with a resource and we use the HTTP protocol methods to express the operation we want to perform on the resource
What is a RPC
RPC (Remote Procedure Call) is also very common, a RPC as being a method you can invoke with the help of a HTTP call
You run a function on some server and then the server response with the results of the running of that function