Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brooswit/msgqueue-server
https://github.com/brooswit/msgqueue-server
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brooswit/msgqueue-server
- Owner: brooswit
- Created: 2016-02-12T19:31:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T23:24:20.000Z (almost 9 years ago)
- Last Synced: 2024-12-01T10:51:11.137Z (about 1 month ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- 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()