Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlorenc1986/pubsub
https://github.com/jlorenc1986/pubsub
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlorenc1986/pubsub
- Owner: jlorenc1986
- Created: 2014-12-04T21:23:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T20:48:59.000Z (about 9 years ago)
- Last Synced: 2024-04-24T22:33:04.433Z (9 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 tests1. run > gulp test