An open API service indexing awesome lists of open source software.

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

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
```