Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectInfo

The information used to establish a connection to an akera.io application server.

Hierarchy

  • ConnectInfo

Index

Properties

Properties

host

host: string

The host name or IP address of the application server.

port

port: number

The port number on which the application server is listening.

Optional ssl

ssl: boolean | ConnectionOptions

Optional settings for when SSL secure connection is required. Can be either a simple flag set to true or a [[tls.ConnectionOptions]] object when more advanced configuration is needed.