https://github.com/brucedone/web_message_queue_app
using vibora and all kinds of message queue
https://github.com/brucedone/web_message_queue_app
docker docker-compose message-queue python-rq python3 python36 redis vibora
Last synced: 1 day ago
JSON representation
using vibora and all kinds of message queue
- Host: GitHub
- URL: https://github.com/brucedone/web_message_queue_app
- Owner: BruceDone
- Created: 2018-07-18T08:35:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T09:18:41.000Z (over 7 years ago)
- Last Synced: 2025-03-21T18:34:07.471Z (about 1 year ago)
- Topics: docker, docker-compose, message-queue, python-rq, python3, python36, redis, vibora
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## web message queue app demo
using vibora, python-rq to show how async message works
## PREPARE
* docker
* docker-compose
* python 3.6
* ubuntu 16.04
## USE
```bash
docker-compose up -d
```