https://github.com/maximderbin/mq
Small message queue test application
https://github.com/maximderbin/mq
Last synced: 2 months ago
JSON representation
Small message queue test application
- Host: GitHub
- URL: https://github.com/maximderbin/mq
- Owner: maximderbin
- Created: 2014-10-02T09:16:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T05:38:19.000Z (over 10 years ago)
- Last Synced: 2025-02-02T00:12:45.296Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mq
==
Small message queue test application### Install application
```bash
make install
```### Run application
```bash
make run
```### Get errors
```bash
make geterrors
```### Run application cluster
with default size equal 8
```bash
make cluster
```with custom size
```bash
make cluster size=100
```### Run tests (WARNING it used database 0, and will flush it)
```bash
make mocha
```