
SolidStart with Ryan Carniato - JSJ 581
JavaScript Jabber
00:00
The Importance of RPC in JavaScript
Rpc stands for remote procedure call which basically means that you invoke a piece of remote code running somewhere else usually a different computer. The parameters that you're passing in undergo this process called marshaling which basically Transform them into some sort of representation as json or xmellow, whatever Send it over the wire other side gets it You know, de-sterialize or demarshel Runs the and also thing is that the client side is effectively quote unquote Blocked on this on this call so it behaves in as if it was synchronous Although in javascript that really means that you're returning a promise and you can do an awake on it Yeah.
Play episode from 32:16
Transcript


