
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
n8n-nodes-nats
Advanced tools
This is a n8n node to send and receive messages from NATS. The node is based on the nats package.
To install the node locally, navigate to your n8n data directory and run the following command:
npm install --save n8n-nodes-nats
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"]'
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.
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.
This project is licensed under the [MIT License](
FAQs
n8n node for nats
The npm package n8n-nodes-nats receives a total of 39 weekly downloads. As such, n8n-nodes-nats popularity was classified as not popular.
We found that n8n-nodes-nats demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.