tomerfiliba / agnos

Agnos - The Agnostic RPC Framework
http://agnos.sourceforge.net
Other
14 stars 7 forks source link

dynamic mode #32

Open tomerfiliba opened 13 years ago

tomerfiliba commented 13 years ago

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