0rpc/zerorpc-node

Proxy object with methods

fuson opened this issue · 1 comments

Maybe It is good idea to create object with methods to remove invokeMethod direct call

This means you need to know the methods beforehand, via some introspection. But you could well be connected to a bunch of different servers, with different versions of the service running etc. So it is then not clear what to use in order to build the local client. Is it possible to catch calls to undefined functions? Then this would be the best approach.