modal.wsgi_app
Decorator for registering a WSGI app with a Modal function.
Web Server Gateway Interface (WSGI) is a standard for synchronous Python web apps.
It has been succeeded by the ASGI interface which is compatible with ASGI and supports additional functionality such as web sockets.
Modal supports ASGI via asgi_app.
Usage:
To learn how to use this decorator with popular web frameworks, see the guide on web endpoints.