Module vibe.rpcchannel.tcp

Provides high level interface for TCP based RPC.

Functions

NameDescription
clientTCP(host, port, bind_interface, bind_port)Connect to a remote, TCP based API server.
closeTCP(client)Completely close the connections maintained by a TCPClient
serveTCP(port)Create a new TCP based API server.

Classes

NameDescription
TCPServerThe RPC server implementation using a unencrypted TCPConnection transport stream.

Aliases

NameTypeDescription
TCPClientRPCClient!(API,TCPConnection)An alias for a TCP based RPCClient.