Namespace Azos.Sky.Glue
Classes
AppTermBinding
Provides synchronous Glue communication channel over TCP with IRemoteTerminal server using text protocol stable to runtime version changes. This binding is not expected to process many messages per second as it is used for admin purposes only, the protocol is json-based framed in Glue
AppTermClientTransport
Implements client transport for application terminal contract. READ THIS: this binding processes a few messages a second at best, no need to implement complex optimizations like copy-free code etc.
AppTermServerTransport
Implements server transport for application terminal contract. READ THIS: this binding processes a few messages a second at best, no need to implement complex optimizations like copy-free code etc.