Monday, June 12, 2023

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

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/3BFgDux June 12, 2023 at 05:35PM

No comments:

Post a Comment

Show HN: OctAPI – Visualize API Routes Directly in VS Code https://ift.tt/v6irJtI

Show HN: OctAPI – Visualize API Routes Directly in VS Code Started noticing issues while working with friends that I thought only I was enco...