Describes the transport layer type which Moleculer will use.

Enumeration Members

Enumeration Members

LocalNet: "LocalNet"

Uses the local machine's TCP protocol to run the services as multiple processes on one machine. Each worker will run in its own process and is assigned a unique port.

Nats: "Nats"

Will use a nats server for allowing to run the services as multiple processes on multiple machines, as needed.

Thread: "Thread"

Uses a single process to run the services.

Generated using TypeDoc