Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) https://ift.tt/jPTLgh4

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) There are a lot of times when I want to define a function on the server and simply call it from the client without all of the additional setup. I made Prim+RPC to do just that. It bridges two JavaScript environments where you can't immediately call a function (like those defined on a web server or in a web worker) and makes it available to call from the client, regardless of transport, without compiler magic or additional wrappers, and using your favorite existing tools (as well as being fully typed). https://ift.tt/nvcZReA June 12, 2023 at 03:05PM

Post a Comment

0 Comments