How can I know if I have done RPC correctly?
right now I have configured elysia's rpc eden to use the service binding from cloudflare workers like so
I would like to clear any doubts in my mind, doesn't Service bindings workers work like an rpc?
why there is an http method and a rpc method aren't they both rpc's?
why is the rpc one preferred over the http method and is there a way to confirm that a request went through a service binding rather than over the network?
sorry for too many questions
0 Replies