New Show Hacker News story: Show HN: Prim+RPC – a bridge between JavaScript environments (open-source)

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source)
2 by doseofted | 0 comments on Hacker News.
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).

Comments

Popular posts from this blog

New Show Hacker News story: Show HN: A local Python prototyping tool for Jupyter and Streamlit

New Show Hacker News story: Show HN: Natural language Twitter search using Codex