sydney.js
v0.0.2
Published
Sydney ======
Downloads
4
Readme
Sydney
Event Subscription/Venue library. Whole new approach:
- Asynchronous emission only.
- Callbacks are middlewares. Propagation in the Venue is mediated by the main callback.
- String named events are replaced by Endpoint objects that are expected to // expose a
matchmethod. Used in conjunction withobject-pattern, it provides suppport for any object structure to be used as key to describe the event.
Installation
npm install --save sydneyLicense
Copyright 2015 Xavier Via
ISC license.
See LICENSE attached.
