New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-red-node-pusher

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-pusher

A Node-RED node to send and receive messages using Pusher.com

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
2
Created
Source

node-red-node-pusher

A Node-RED node to send and receive messages using Pusher.com.

Pre-requisites

You need a valid Pusher App key, secret and id from http://pusher.com

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm install node-red-node-pusher

Usage

Input

Pusher input mode. Use this node to subscribe to a Pusher channel/event. You need a valid Pusher App key.

The node will set msg.payload to the message that arrives, and msg.topic to the eventname.

Output

Pusher output node for sending messages to a specific channel/event. You need an App key, secret and ID of a Pusher app.

The node will send the msg.payload of the incoming message.

Keywords

node-red

FAQs

Package last updated on 02 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