Skip to content

WSGI Apps

WSGI apps work much the same way as ASGI apps in Fishweb. You only need to do two things to enable support for them:

  1. Install Fishweb with the wsgi extra, e.g. uv tool install fishweb[wsgi]
  2. Set the app_type in your app's config file to wsgi
yaml
app_type: wsgi