Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynastymasra/noderedispubsub
Sample Javascript NodeJS use Redis Queue Publish and subscribe with kue
https://github.com/dynastymasra/noderedispubsub
Last synced: about 1 month ago
JSON representation
Sample Javascript NodeJS use Redis Queue Publish and subscribe with kue
- Host: GitHub
- URL: https://github.com/dynastymasra/noderedispubsub
- Owner: dynastymasra
- License: mit
- Created: 2016-01-05T02:42:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T02:45:06.000Z (almost 9 years ago)
- Last Synced: 2023-03-14T08:10:26.248Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### NodeJS Redis Queue PubSub
[![NodeJS](https://img.shields.io/badge/nodejs-4.2.2-green.svg)](https://nodejs.org/en/)
[![Redis](https://img.shields.io/badge/redis-3.0-red.svg)](http://redis.io/)
[![npm](https://img.shields.io/badge/npm-2.14.7-blue.svg)](https://www.npmjs.com/)
[![License](https://img.shields.io/badge/license-MIT-44897a.svg)](https://github.com/dynastymasra/NodeRedisPubSub/blob/master/LICENSE)Sample Javascript NodeJS use Redis Queue Publish and subscribe with kue.
#### Installation
* [NodeJS](https://nodejs.org/)
* [Redis](http://redis.io/)
* [NPM](https://www.npmjs.com/)#### Library
* [Kue](https://github.com/Automattic/kue)#### How Run
* Open terminal or commands line.
* go to folder or directory application.
* type **npm install kue** for install kue library.
* use **node push.js** for run file push.js.
* use **node pushsub.js** for run file pushsub.js.
* use **node app.js** for run app.js, this use kue [user interface](https://github.com/Automattic/kue#user-interface).
* Kue user interface run in _http://localhost:3000_