Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

1

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

1

distributed message queue based on ØMQ

  • 0.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
increased by16.75%
Maintainers
2
Weekly downloads
 
Created
Source

1 ( One )

Clustering module based on ØMQ.

Introduction

1 is a sort of magnet module, gluing together all the nodes that you launch in a network, and providing a channel based pub/sub.

Getting started

Take a look at bin/one.js.

Installation

Before you install the module through NPM, using npm install 1, make sure you take care of the instructions below.

The first thing to do, is to install ØMQ. Head to http://www.zeromq.org/intro:get-the-software and follow the instructions for your operating system. Then, use the instructions below, once again, depending on your operating system.

Also, you might want to tune your OS in order to solve some known issues with default configurations. To do this, head out to http://www.zeromq.org/docs:tuning-zeromq, and follow the instructions.

Note: If you are installing on a system that is not covered by these instructions, and manage to install, please share your instructions, so we can improve the documentation.

Linux

Installing on debian-like operating systems, requires that you run the following:

# apt-get install libavahi-compat-libdnssd-dev libc-ares2 libzmq-dev

MacOS X

You will need XCode command line tools to install One on MacOS X, since it depends on mdns and zmq.

License

Released under the MIT License.

Keywords

FAQs

Package last updated on 02 Aug 2013

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc