Framework neutral RPC
I'm trying to understand how I would use bling in a normal client side script.
My intuition about it was that I write a function in a module and export it. It imports a typed remote call on the client and the actual implementation on the server.
This approach, however, imports the imlementation on the client-side.
0 Replies