blog.doseofted.meThe 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...Oct 23, 2023·16 min read
blog.doseofted.meEasy 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...Jun 27, 2023·13 min read
blog.doseofted.meProper 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....Mar 2, 2023·7 min read