|
|
|
|
|
by sandreas
751 days ago
|
|
As good as REST and GraphQL seemed to me, I personally had much better experiences with RPC - specifically jsonrpc. I did spend a lot of time using protocols like jsonapi[1] and GraphQL in the past, but somehow always came to the conclusion that it is to heavyweight and framework driven. Nowadays, I'm trying to keep things simple again and use jsonrpc. It's simple, versatile, portable and can even be used via WebSockets or raw socket protocols. 1: https://jsonapi.org/ |
|