TKTed Klingenberginblog.doseofted.me·Oct 23, 2023 · 16 min readThe New Transparent RPC for JavaScriptGetting data from a JavaScript server is too complicated. I'm not saying that it's difficult but complicated. We have many options to do so but they all require us to rethink how we acquire that data. Let's say that I have some function defined on th...00
TKTed Klingenberginblog.doseofted.me·Jun 27, 2023 · 13 min readEasy RPC with Nuxt: Making a Todo AppWe're going to make a simple to-do app with Nuxt. Except, instead of manually defining server routes and fetching them on the client, we're going to use Prim+RPC to define functions on Nuxt's server and simply call those functions directly from the c...01A
TKTed Klingenberginblog.doseofted.me·Mar 2, 2023 · 7 min readProper RPC with Prim+RPCI did not think that RPC would become a popular topic in 2023 but I'm happy to find that I was very wrong. It seems that RPC has become the topic to tackle with the introduction of many new frameworks that blur the line between the client and server....00