← Back to search

ASGI

concepts

Asynchronous Server Gateway Interface — a spiritual successor to WSGI providing an async-capable interface for Python web servers and applications.

Pronunciation

Correct

AZ-jee or A-S-G-I

/ˈæzdʒiː/

The Django Channels documentation and Django Software Foundation materials say 'AZ-jee'; some practitioners spell it out as individual letters.

Source: asgi.readthedocs.io(official spec)

Accepted Variants

Accepted Variant

A-S-G-I (individual letters)

/ˌeɪ es dʒiː ˈaɪ/

Spelling out each letter is also widely accepted and avoids ambiguity.

Source: asgi.readthedocs.io(official spec)

Suggest a correction