🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

n8n-nodes-nats

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-nats

n8n node for nats

0.2.7
latest
Source
npm
Version published
Weekly downloads
41
-25.45%
Maintainers
1
Weekly downloads
 
Created
Source

Banner image

n8n NATS Node

This is a n8n node to send and receive messages from NATS. The node is based on the nats package.

Installation

Local

To install the node locally, navigate to your n8n data directory and run the following command:

npm install --save n8n-nodes-nats

Docker

To install the node using Docker, add the following line to the services block in your docker-compose.yml file:

  n8n:
    image: n8nio/n8n
    ports:
      - "5678:5678"
    volumes:
      - ./n8n:/root/.n8n
    environment:
      N8N_CUSTOM_NODES: '["n8n-nodes-nats"]'

Using the n8n UI

  • Open your n8n instance in a web browser.
  • Click on "Settings" in the left-hand navigation panel.
  • Click on "Community nodes" in the left-hand navigation panel.
  • Click on the "Install" button.
  • Fill in the name of the node: "n8n-nodes-nats".
  • Click "Install"

Usage

Input

The input node can be configured to send messages to a NATS subject. The message can be configured to be static or to be the result of a previous node.

Output

The output node can be configured to receive messages from a NATS subject. The message can be configured to be the received message or to be the result of a previous node.

License

This project is licensed under the [MIT License](

Keywords

n8n-community-node-package

FAQs

Package last updated on 18 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts