Socket
Socket
Sign inDemoInstall

@nsoft/local-pub-sub

Package Overview
Dependencies
104
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nsoft/local-pub-sub

Mini/micro SCM aka local-pub-sub


Version published
Weekly downloads
0
decreased by-100%
Maintainers
7
Created
Weekly downloads
 

Readme

Source

Mini Loca Pub Sub

The Mini Loca Pub Sub (mlps) is used as publish/subscribe service in a local network.

Installation

Node Package

You can install the Mini Loca Pub Sub using npm (the Node Package Manager). Note that you will need to install Node.js and npm. Installing Node.js should install npm as well.

To download and install the Mini Loca Pub Sub run the following command:

npm install -g @nsoft/local-pub-sub

This will provide you with the globally accessible mlps command.

Command

The command mlps will start service.

Using as a Module

The Mini Loca Pub Sub can also be used programmatically as a standard Node module.

That translates to the following in Node:

const mlps = require('@nsoft/local-pub-sub');
mlps.start();

Documentation

End user documentation can be found here.

Develop

# Clone your Github repository:
git clone git@github.com:nsftx/local-pub-sub.git

# Go to the Mini Local Pub Sub directory:
cd local-pub-sub

# Install JavaScript dependencies:
npm i install

# Run app and watch for changes:
npm run dev

Keywords

FAQs

Last updated on 10 Oct 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc