Monday 12 June 2023

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) https://bit.ly/3N5BRpp

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://bit.ly/3PaFH35 June 12, 2023 at 01:05PM

No comments:

Post a Comment