0

Agnos 1.0.1

Agnos was developed as cross-platform, cross-language, and lightweight RPC framework that is able to support passing objects by-value or by-reference. Agnos is meant to allow programs written in different languages to easily interoperate, by providing the needed bindings (glue-code) and hiding all the details from the programmer. The project essentially serves the same purpose as existing technologies like SOAP, WSDL, CORBA, and others, but takes a minimalistic approach to the issue at hand. · Interoperate between Python, C#, java, and C++ · Cross-platform · Operates locally or over a network, using sockets directly, or over HTTP · srcgen generates IDL from special comments within your source code – only a single place to edit! · Lightweight, speedy, and efficient · Library Mode connect to a spawned server process in one line of code

Leave a Reply