Pluralsight – Killing REST And Adopting RPC CodeMash

Pluralsight – Killing REST And Adopting RPC CodeMash-REBAR
English | Size: 277.91 MB
Category: Tutorial


REST has been the de facto architecture for web APIs for 15 years and its deficiencies are starting to become apparent. For developers, these deficiencies result in extra work when creating or consuming an API. The time has come to start using RPC architecture. This talk will discuss why REST is deficient for modern applications and how adopting RPC can reduce development time and reinforce more rigorous design standards. Using better standards leads to faster development, easier testing, and auto-generated clients. Steven Swenson will illustrate these points by comparing a simple API implemented in both REST and in gRPC, a standard created by Google. Other RPC standards will also be reviewed and compared to gRPC.