https://github.com/brooswit/msgqueue-server
https://github.com/brooswit/msgqueue-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brooswit/msgqueue-server
- Owner: brooswit
- Created: 2016-02-12T19:31:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T23:24:20.000Z (over 10 years ago)
- Last Synced: 2025-03-06T22:16:47.865Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
msgqueue-server
=========
A message queue server
## Installation
npm install pidgey --save
## Usage
## 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.6 Many bug fixes
* 0.1.7 Add ping api endpoint for connectivity testing
* 0.1.8 Fix context of endpoints
* 0.1.9 NEW API: log/ Used for log agregation
* 0.1.10 NEW API: count/ Get number of meessages in a queue
* 0.1.11 NEW METHOD: snapshot()