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

distex

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

distex

distributed context expressions for context engine

  • 0.5.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

#Distex - Distributed Expression Library

What is it?

A library which facilitates distributed events. In a distex system there are event clients, and event providers. Clients ask to be notified when some event occurs and providers are told a client is asking. If a provider is able to supply those events it responds and is awarded the contract. When it determines the event has occurred raises an event which propegates to the client. The system doesn't care what the events are, allowing clients and providers to arrange any notifications which they understand. For example a client may want to be notified when some cron spec is met, it would therefore request notifications for that spec, and a provider in the network which can understand cron specs might agree to notify it.

Should I use it?

Probably not. It was really built for use in another of my projects https://github.com/Foo42/ContextEngine It's also probably pretty buggy at this stage

FAQs

Package last updated on 12 Aug 2015

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