
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
lpoppublish
Advanced tools
lpoppublish will listen for messages on N lists on a redis instance and publish those messages on redis channels.
Install node.js (See download and install instructions here: http://nodejs.org/).
Install redis (See download and install instructions http://redis.io/topics/quickstart)
Install coffee-script
> npm install -g coffee-script
> npm install lpoppublish -g
Clone this repository
> git clone git@github.com:NathanGRomano/lpoppublish.git
cd into the app directory and install the dependencies
> npm install && npm shrinkwrap --dev
If you would like to install lpoppublish as a command line tool
> npm install -g
Start off by
> lpoppublish
You will get this output
Usage: lpoppublish.coffee [options]
Options:
-h, --help output usage information
-V, --version output the version number
-q, --queues <string> the queues to read from
-c, --channels <string> the channels to write to
-i, --interval <number> the number of miliseconds to wait before polling
-r, --requests <number> the number of requests to make each interval
Here is an example of listening on 3 lists and publishing to 3 channels with a sleep of 100 miliseconds and we poll twice during each interval.
> lpoppublish -q a,b,c -c a,b,c -i 100 -r 2
Tests are run using grunt. You must first globally install the grunt-cli with npm.
> sudo npm install -g grunt-cli
To run the tets, just run grunt
> grunt
Specify the host and port in which redis lives
FAQs
This app will pop messages from N lists and publishe them to N channels
The npm package lpoppublish receives a total of 0 weekly downloads. As such, lpoppublish popularity was classified as not popular.
We found that lpoppublish 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.