Monday, June 12, 2023

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

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

No comments:

Post a Comment

Show HN: Emailcore – write chiptune in plain text in the browser https://ift.tt/8jZWpyE

Show HN: Emailcore – write chiptune in plain text in the browser I tried using the AudioContext API to make the most primitive browser-based...