Skip to content

jamesdeklerk/publish-subscribe-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High performance JavaScript publish-subscribe library

This is a high performance JavaScript implementation of the publish-subscribe pattern.

Code Example

TypeScript Example
src/example.ts

JavaScript Example
build/javascript/example.js

Getting Started - using JavaScript

Two versions of the compiled JavaScript publish-subscribe library are available.

Normal version
build/javascript/publish-subscribe-library.js

Minified version
build/javascript/publish-subscribe-library.min.js

Getting Started - using TypeScript

This assumes the TypeScript compiler is installed.

1. Install Node.js Dependencies

npm install

2. Build the project using Gulp

gulp

API Reference

See examples.

Contributors

James Carmichael de Klerk @jamesdeklerk

Releases

No releases published

Packages

No packages published