https://github.com/secretnest/remotehub
Network communicating solution for Remote Agency.
https://github.com/secretnest/remotehub
network nuget-package remote remoteagency remotehub
Last synced: about 1 month ago
JSON representation
Network communicating solution for Remote Agency.
- Host: GitHub
- URL: https://github.com/secretnest/remotehub
- Owner: SecretNest
- License: mit
- Created: 2018-10-15T05:44:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T05:27:36.000Z (about 6 years ago)
- Last Synced: 2026-03-16T04:54:41.727Z (3 months ago)
- Topics: network, nuget-package, remote, remoteagency, remotehub
- Language: C#
- Homepage: https://secretnest.info/RemoteHub
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Remote Hub
Network communicating solution for [Remote Agency](https://secretnest.info/RemoteAgency).
Home page: https://secretnest.info/RemoteHub
Documentation: https://RemoteHub.docs.secretnest.info
# Nuget Packages
|Package|Description|
|---|---|
|[SecretNest.IRemoteHub](https://www.nuget.org/packages/SecretNest.IRemoteHub)|Interfaces, delegates and shared classes of Remote Hub.|
|[SecretNest.IRemoteHub.Redis](https://www.nuget.org/packages/SecretNest.IRemoteHub.Redis)|Interfaces of Remote Hub based on Redis database.|
|[SecretNest.IRemoteHub.Stream](https://www.nuget.org/packages/SecretNest.IRemoteHub.Stream)|Interfaces of Remote Hub based on streams.|
|[SecretNest.RemoteHub.RedisAdapter](https://www.nuget.org/packages/SecretNest.RemoteHub.RedisAdapter)|Adapter of Remote Hub based on Redis database.|
|[SecretNest.RemoteHub.Redis](https://www.nuget.org/packages/SecretNest.RemoteHub.Redis)|Remote Hub based on Redis database.|
|[SecretNest.RemoteHub.StreamAdapter](https://www.nuget.org/packages/SecretNest.RemoteHub.StreamAdapter)|Adapter of Remote Hub based on streams.|
|[SecretNest.RemoteHub.Stream](https://www.nuget.org/packages/SecretNest.RemoteHub.Stream)|Remote Hub based on streams.|
|[SecretNest.RemoteHub.SwitchDirect](https://www.nuget.org/packages/SecretNest.RemoteHub.SwitchDirect)|Remote Hub for attaching to local switch instance directly.|
|[SecretNest.RemoteHub.Switch](https://www.nuget.org/packages/SecretNest.RemoteHub.Switch)|A switch for connecting adapters and routing messages.|
# Remote Agency
[Remote Agency](https://secretnest.info/RemoteAgency) is built for making the communicating among components in different computers easier. [Remote Agency](https://secretnest.info/RemoteAgency) 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.