-
Updated
Apr 17, 2021 - Python
#
ASGI
ASGI (Asynchronous Server Gateway Interface) is a spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications.
Here are 184 public repositories matching this topic...
Async Python 3.7+ web server/framework | Build fast. Run fast.
Ariadne is a Python library for implementing GraphQL servers using schema-first approach.
python
api
graphql
django
graphql-server
ariadne
asgi
django-graphql
apollo-graphql
apollo-python
graphql-python
-
Updated
Apr 15, 2021 - Python
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
python
docker
json
web
json-schema
async
alpine
docker-image
websockets
gunicorn
openapi
python3
swagger-ui
asgi
redoc
openapi3
python-types
uvicorn
pydantic
fastapi
-
Updated
Dec 19, 2020 - Python
Official mirror of https://gitlab.com/pgjones/quart
-
Updated
Apr 16, 2021 - Python
A curated list of awesome ASGI servers, frameworks, apps, libraries, and other resources
-
Updated
Apr 6, 2021 - Python
Yet Another Python Profiler, but this time thread&coroutine&greenlet aware.
python
profile
performance
cpu
asynchronous
thread
greenlet
multi-threaded-applications
asyncio
wall
gevent
coroutine
asgi
profilers
-
Updated
Mar 23, 2021 - Python
jordaneremieff
commented
May 5, 2020
Should add a section to the docs for third-party examples and guides using Mangum
(UNMAINTAINED) Fast, scalable and real-time capable web APIs for everyone
-
Updated
Mar 14, 2020 - Python
Docker image with Uvicorn managed by Gunicorn for high-performance web applications in Python 3.6 with performance auto-tuning. Optionally with Alpine Linux.
python
docker
dockerfile
web
debian
async
alpine
docker-image
gunicorn
python3
asyncio
asgi
uvicorn
uvicorn-gunicorn
-
Updated
Apr 7, 2021 - Python
ohmeow
commented
Feb 9, 2021
Official mirror of https://gitlab.com/pgjones/hypercorn https://pgjones.gitlab.io/hypercorn/
-
Updated
Feb 7, 2021 - Python
Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery
django
correlation
sentry
logging
django-rest-framework
tracing
celery
guid
request-id
asgi
correlation-id
django3
django-guid
django-correlation-id
-
Updated
Mar 23, 2021 - Python
An easy-to-use high-performance asynchronous web framework.
-
Updated
Apr 17, 2021 - Python
Prometheus integration for Starlette.
-
Updated
Mar 17, 2021 - Python
A fast and powerful RPC framework based on ASGI/WSGI.
-
Updated
Mar 15, 2021 - Python
Docker image with Uvicorn managed by Gunicorn for high-performance Starlette web applications in Python 3.7 and 3.6 with performance auto-tuning. Optionally with Alpine Linux.
python
graphql
docker
http
dockerfile
framework
web
debian
async
alpine
docker-image
websockets
gunicorn
python3
asgi
uvicorn
starlette
uvicorn-gunicorn
-
Updated
Dec 13, 2020 - Python
6
rgarrigue
commented
Apr 24, 2020
HI again ! Last issue for the period I believe ;-)
Would you mind adding a quick doc about how to extend the metrics ? The FastAPI / starlette ones are a very good basis, but I'ld like to add some related to my app.
For example I have a Postgres database, I want to add the number of active subscription in the metrics, aka the result of a SELECT * FROM subscription WHERE active == 1 that wo
florimondmanca
commented
Oct 8, 2019
python
docker
bitcoin
docker-compose
python3
electrum
developer-tools
payment-gateway
hacktoberfest
litecoin
asgi
merchant
starlette
fastapi
bitcartcc
-
Updated
Apr 15, 2021 - Python
Simple background task for Django 3
-
Updated
Apr 8, 2021 - Python
A framework-agnostic library for testing ASGI web applications
-
Updated
Mar 2, 2021 - Python
Apollo client supports using GET instead of POST for GraphQL queries.
As far as I can tell strawberry doesn't seem to support this (at least in the ASGI wrapper). Am I missing something? Is there already a plan to do so?