An open API service indexing awesome lists of open source software.

https://github.com/secretnest/remoteagency

Remote Agency is built for making the communicating among components in different computers easier.
https://github.com/secretnest/remoteagency

nuget-package remote remoteagency

Last synced: 2 months ago
JSON representation

Remote Agency is built for making the communicating among components in different computers easier.

Awesome Lists containing this project

README

        

# Remote Agency
Remote Agency is built for making the communicating among components in different computers easier.
Remote Agency can create proxy objects based on one interface file which should be implemented by a remote class, and serializing the accessing between the proxy and the real service object.

SecretNest.RemoteAgency packages are licensed under MIT. You can copy and redistribute the material in any medium or format for any purpose, even commercially.

Home page: https://secretnest.info/RemoteAgency

Documentation: https://RemoteAgency.docs.secretnest.info

# Nuget Packages
|Package|Description|
|---|---|
|[SecretNest.RemoteAgency](https://www.nuget.org/packages/SecretNest.RemoteAgency/)|Main library.|
|[SecretNest.RemoteAgency.Base](https://www.nuget.org/packages/SecretNest.RemoteAgency.Base/)|Base classes, interfaces and attributes of Remote Agency.|
|[SecretNest.RemoteAgency.DataContractSerializer](https://www.nuget.org/packages/SecretNest.RemoteAgency.DataContractSerializer/)|Using DataContractSerializer as serialization solution in Remote Agency.|
|[SecretNest.RemoteAgency.DataContractSerializer.EasyEncapsulation](https://www.nuget.org/packages/SecretNest.RemoteAgency.DataContractSerializer.EasyEncapsulation/)|Encapsulation including DataContractSerializer and RemoteAgency.|

# Remote Hub
[Remote Hub](https://secretnest.info/RemoteHub) is the solution for connecting Remote Agency sites.