|
|
|
|
|
by rusk
2900 days ago
|
|
> RPC over REST is a solved problem I'm interested in understanding more about this statement. Do you mean that all REST RPC libraries are sufficiently developed such that you don't really need to worry about RPC being tricky, or that we all just as a community understand the best strategies and common pitfalls. Or do you mean a specific technology? Just wondering cause whenever I hear the term RPC as an experience developer I just shudder (-: Thanks! |
|
Ultimately we find ourselves building 80-90% CRUD operations with edge cases that don’t entirely fit with the straightforward RESTful toolset, and in those situations making a call on how to handle it in code is a topic that has by now been more or less discussed to death and becomes a stylistic choice.
REST isn’t a protocol, there is definitely interpretation at work.
I was using the term “RPC” to cover topics that are outside the scope of CRUD, “do a thing” as opposed to “manipulate a thing”.