Home Web terminology
Post
Cancel

Web terminology

uvicorn

lightning-fast ASGI server implementation, using uvloop and httptools

ASGI(Asynchronous Server Gateway Interface)

async-capable python web server, frameworks and applications 간의 standard interface를 제공하주기 위함.

WSGI는 synchronous python apps에 대한 표준을 제공해주었다면, ASGI는 synchronous, asynchronous apps들 모두에게 표준을 제공해줌

Starlette

lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services

This post is licensed under CC BY 4.0 by the author.

Trending Tags