Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brooswit/msgqueue-client
https://github.com/brooswit/msgqueue-client
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brooswit/msgqueue-client
- Owner: brooswit
- Created: 2016-02-12T19:07:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T16:58:17.000Z (almost 9 years ago)
- Last Synced: 2024-12-02T20:17:57.030Z (about 1 month ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
msgqueue-client
=========A message queue client for MsgQueue-Server
## Installation
npm install msgqueue-client --save
## Usage
TODO: THIS SECTION
## Tests
npm test
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality. Lint and test your code.## Release History
* 0.1.0 Initial release
* 0.1.2 Added readme, small fixes
* 0.1.3 Fixed error relating to promises
* 0.1.4 Updated to use new version of pidgey
* 0.1.5 Add optional 2nd argument to .watch
* 0.1.7 Documented that .watch has been changed to .listen. Debug logs removed
* 0.1.9 Added Ping method for testing connectivity
* 0.1.9 Added 'connected' event that fires once msgQueue-server is available
* 0.1.10 Add MsgQueue.log. Set to true to enable debug outputs
* 0.1.11 Fix bug causing ping to not send
* 0.1.12 Update to use current version of pidgey
* 0.1.13 Add options as an optional second argument to constructor
* 0.1.14 Update to use pidgey 0.1.10
* 0.1.15 Add log method
* 0.1.16 Add count method to get number of messages in a queue
* 0.1.17 Bug fixes
* 0.1.18 More fixes!
* 0.1.19 Add timestamps to logs