only us backend devs say RPC (although the inclusion of the g is hotly debated) --- my frontend folks still have a hard time with anything other than JSON
Comments
Log in with your Bluesky account to leave a comment
Let’s be real, most people are actually struggling with JSON (cause it sucks).
RPC is great but does come with some additional complexity compared to JSON with a REST endpoint. REST is also less limited in that you can recycle the API.
Comments
RPC is great but does come with some additional complexity compared to JSON with a REST endpoint. REST is also less limited in that you can recycle the API.