Class: jt

jt()

jtree
Entrypoint of the server. Maintains links between different processes, allowing for interaction.
If requested, opens the admin interface in the browser.

Constructor

new jt()

Source:

Members

(static) data :Data

The Data object

Type:
Source:

(static) logger :Logger

The utility for writting logs.

Type:
Source:

(static) path

Location of the server executable. All files should be relative to this.

Source:

(static) settings :Settings

The settings

Type:
Source:

(static) socketServer :SocketServer

The process that receives and sends messages to clients.

Type:
Source:

(static) staticServer :StaticServer

The process that serves static files to clients.

Type:
Source: