agnos
agnos copied to clipboard
dynamic mode
for dynamic languages (namely python), it would be easy to write a reflection-based client that dynamically exposes the service. on the server side, it's also possible to do something similar (like RPyC but with detailed reflection). this may be combined with #19 to replace RPyC