![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@nats-io/transport-node
Advanced tools
Node.js client for NATS, a lightweight, high-performance cloud native messaging system
A Node.js transport for the NATS messaging system.
This module implements a Node.js native TCP transport for NATS. This library re-exports NATS core library which implements all basic NATS client functionality. This library is compatible with Bun.
npm install @nats-io/transport-node
# or
bun install @nats-io/transport-node
You can then import the connect
function to connect using the node transport
like this:
import { connect } from "@nats-io/transport-node";
To use NATS JetStream, NATS KV, NATS Object Store, or the NATS Services functionality you'll need to install the desired modules as described in each of the modules README files.
This module simply exports a
connect()
function that
returns a NatsConnection
supported by a Nodejs TCP socket. This library
re-exports all the public APIs for the core module. Please
visit the core module for examples on how to use a connection or refer to the
JSDoc documentation.
Our support policy for Nodejs versions follows Nodejs release support. We will support and build node-nats on even-numbered Nodejs versions that are current or in LTS.
FAQs
Node.js client for NATS, a lightweight, high-performance cloud native messaging system
The npm package @nats-io/transport-node receives a total of 15,319 weekly downloads. As such, @nats-io/transport-node popularity was classified as popular.
We found that @nats-io/transport-node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.