gustavodbs / django-channels-celery-jokes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-channels-celery-jokes


Description

It's a simple web app that makes requests in the background to the API with random jokes using celery library and then sends these jokes through the WebSockets to the users using channels library.

How to run

Just clone the repo, go into the directory and then run:

$ docker-compose up

That's all. Isn't Docker amazing?

About


Languages

Language:Python 79.8%Language:HTML 14.2%Language:Shell 6.0%