Skip to main content

Module client

Module client 

Source
Expand description

NodeClient and GatewayClient. This module contains the code for the NodeClient and GatewayClient that the app uses to connect to the user node / gateway respectively, as well as related TLS configurations and certificates for both the client side (app) and server side (node/gateway).

Structsยง

GatewayClient
The client to the gateway itself, i.e. requests terminate at the gateway.
NodeClient
The client to the user node.