#2666·tornado

Add ASGI support

Author: pylorakCreated May 23, 2019Updated Jan 17, 2026
Labelsother

This is a feature request / proposal to add ASGI support to tornado. Advantages are twofold:

  1. It would "automatically" add HTTP/2-support to tornado given a suitable server like hypercorn or daphne. (#1438)
  2. It would allow tornado users to choose their own (present or future) server to use with the tornado framework.