Protocols

April 17, 2019 ยท View on GitHub

Several network protocols can be handled at the same time, each spawning a single server. By default, all protocols are spawned.

Options

Each protocol has its own set of options, which are specified with the protocols configuration property.

protocols:
  http:
    port: 80

will launch a HTTP server on port 80.

Available protocols