Drip

Drip is a event-emitter framework for node and the browser that supports namespaces and wildcards with a focus on perfomance.

Fork me on GitHub
git clone https://github.com/logicalparadox/drip

The current stable version is [0.2.1].

Table of Contents

Installation

Drip is available for both server-side and the browser.

Node.js

Package is available through npm:

npm install drip

Browser

Download your desired build:

Then include on your site:

<script src="/public/js/drip.js" type="text/javascript"></script>

Where to Get Help

Please post your issues, questions, or comments to GitHub Issues.