https://github.com/vbauerster/pubsub6
pubsub with symbols
https://github.com/vbauerster/pubsub6
Last synced: 10 months ago
JSON representation
pubsub with symbols
- Host: GitHub
- URL: https://github.com/vbauerster/pubsub6
- Owner: vbauerster
- Created: 2015-08-05T12:03:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T12:03:51.000Z (almost 11 years ago)
- Last Synced: 2025-02-26T21:15:59.630Z (over 1 year ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Publish Subscribe pattern
module uses some of ES6 features, such as Symbols and for..of loop
#### Install NPM packages
`npm install`
#### Install JSPM packages
`jspm install`
#### HTTP [serve](http://localhost:3000) with browser-sync
`npm run serveit`