Skip to content

Latest commit

 

History

202 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version Build Maintainability License: MIT

A powerful but concise Event Emitter implementation which is about 409B(Minified and Gzipped) follows the same interface and semantics of Node.js Event Emitter with some extra features such as async notification, custom schedulers, fluent interface, regex based event matching and universal handlers

Installation

Node.js

npm install conciseee

Browser

<script src="https://unpkg.com/conciseee"></script>

Browser Optimized (GZipped)

<script src="https://unpkg.com/conciseee/dist/ee.min.js.gz"><script/>

Usage

Documentation

About

A Concise (409B) Event Emitter for Javascript

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages