The session server allows the user to interact with jobs that the Runner is responsible for. A good example of this is the interactive web terminal.
Declarations
Type
submoduleDefault
{ }Example
{
  listenAddress = "0.0.0.0:8093";
}
The session server allows the user to interact with jobs that the Runner is responsible for. A good example of this is the interactive web terminal.
submodule{ }{
  listenAddress = "0.0.0.0:8093";
}