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

https://github.com/arocks/django3-asgi-perf


https://github.com/arocks/django3-asgi-perf

asgi django docker locustio python wsgi

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# django3-asgi-perf

This is set of Django stacks on Docker to check the performance of running in WSGI and ASGI configurations. The Django application sitting in the `djangoapp` directory is based on the official [Polls tutorial](https://docs.djangoproject.com/en/3.0/intro/tutorial01/). Since it is mounted into the container, code changes will be automatically applied. All the customizable configuration variables are in the `config` directory.