Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jlorenc1986/pubsub


https://github.com/jlorenc1986/pubsub

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

#pubSub

## Introduction
Simple implementation of pub/sub pattern in JS
Written in Coffescript and tested with JASMINE using Gulp as task manager

### Installation

1. clone the repo or downloaded
2. run > npm install
3. run > gulp to start the app

#### Testing
In order to run the tests

1. run > gulp test