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.

4 Likes

Very nice!

1 Like

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

Thanks for building and sharing it!

2 Likes

Thanks!

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

2 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.