Skip to content

Network communicating solution for Remote Agency.

License

Notifications You must be signed in to change notification settings

SecretNest/RemoteHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Hub

Network communicating solution for Remote Agency.

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

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

Nuget Packages

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

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.