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.
- Host: GitHub
- URL: https://github.com/secretnest/remoteagency
- Owner: SecretNest
- License: mit
- Created: 2017-07-26T05:40:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T14:25:11.000Z (6 months ago)
- Last Synced: 2025-01-21T20:24:12.065Z (4 months ago)
- Topics: nuget-package, remote, remoteagency
- Language: HTML
- Homepage: https://secretnest.info/RemoteAgency
- Size: 21.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.