Python plugin with support for WSGI

Im working on a plugin that embeds the Python interpreter in Caddy and can serve requests directly without going through a reverse proxy or starting a new process (CGI).
It’s called caddy-snake and available to be bundled with caddy. It requires CGO when building.

Very nice!

This is awesome. It’s one of our oldest feature requests:

Thanks for building and sharing it!

Thanks!

I was looking for a plugin like this myself and I couldn’t find one so I decided to build it :muscle: