Caddy Snake Plugin

A plugin that allows you to serve Python apps directly from the Caddy web server.

It uses the Python C API to run applications directly inside Caddy, avoiding the need for an extra layer of HTTP proxy.

Supports both WSGI and ASGI, which means you can run all types of frameworks like Django.

This year I did a lighting talk about this project at DjangoCon EU, wanted to share it here too.

Source: GitHub - mliezun/caddy-snake: Caddy plugin to serve Python apps