--- title: NATS Server sidebar: label: Server order: 2 --- import SchemaInfo from '../../../../components/SchemaInfo.astro'; This module starts a NATS server that listens for incoming connections. ### Example Start a local NATS server listening on port 5555 ```yaml - id: natsServer type: nats.server params: ip: 127.0.0.1 port: 4222 ```