Skip to main content

3 posts tagged with "Go"

Go related posts

View All Tags

Docs Release

· One min read
Miguel Liezun
Head of Engineering @ Foundational Bio

Releasing docs for caddy-snake a plugin provides native support for Python apps.

It spawns Python worker subprocesses managed by the Caddy plugin and talks to them over a Unix domain socket, avoiding a separately configured Gunicorn or Uvicorn server.

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