![Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility](https://cdn.sanity.io/images/cgdhsj6q/production/97774ea8c88cc8f4bed2766c31994ebc38116948-1664x1366.png?w=400&fit=max&auto=format)
Security News
Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
streamr-broker
Advanced tools
A full-featured broker node implementation for the Streamr Network
Broker nodes are Streamr Network nodes that run external to your application. You start up a broker node locally or on a server, and interface with it remotely using one of the supported protocols.
The broker node ships with protocol support for HTTP, WebSocket, and MQTT. As libraries for these common protocols exist in practically every programming language, you can conveniently publish data to and subscribe to streams in the Streamr Network using the programming language of your choice.
Broker nodes can also perform other tasks in addition to (or instead of) serving applications, such as mining.
npm install -g streamr-broker
Node.js 16.13.x
is the minimum required version. Node.js 18.12.x
, NPM 8.x
and later versions are recommended.
For more information on the different ways of setting up a broker node, see setting up a Broker node.
First install the package globally if you have not yet.
Create a configuration file with interactive tool:
streamr-broker-init
Then run the command broker with the desired configuration file:
streamr-broker <configFile>
See configuration for a description of the configuration options.
The broker node ships with a number of plugins that can be enabled and configured selectively to match your specific needs. For easy data integration from any programming language environment, plugins for HTTP, WebSocket, and MQTT are provided.
Read more about available plugins.
FAQs
A full-featured broker node implementation for the Streamr Network
The npm package streamr-broker receives a total of 0 weekly downloads. As such, streamr-broker popularity was classified as not popular.
We found that streamr-broker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 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
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Security News
React's CRA deprecation announcement sparked community criticism over framework recommendations, leading to quick updates acknowledging build tools like Vite as valid alternatives.
Security News
Ransomware payment rates hit an all-time low in 2024 as law enforcement crackdowns, stronger defenses, and shifting policies make attacks riskier and less profitable.