Network communicating solution for Remote Agency.
Home page: https://secretnest.info/RemoteHub
Documentation: https://RemoteHub.docs.secretnest.info
Package | Description |
---|---|
SecretNest.IRemoteHub | Interfaces, delegates and shared classes of Remote Hub. |
SecretNest.IRemoteHub.Redis | Interfaces of Remote Hub based on Redis database. |
SecretNest.IRemoteHub.Stream | Interfaces of Remote Hub based on streams. |
SecretNest.RemoteHub.RedisAdapter | Adapter of Remote Hub based on Redis database. |
SecretNest.RemoteHub.Redis | Remote Hub based on Redis database. |
SecretNest.RemoteHub.StreamAdapter | Adapter of Remote Hub based on streams. |
SecretNest.RemoteHub.Stream | Remote Hub based on streams. |
SecretNest.RemoteHub.SwitchDirect | Remote Hub for attaching to local switch instance directly. |
SecretNest.RemoteHub.Switch | A switch for connecting adapters and routing messages. |
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.