framework gin.md
Gin
Published Recipes
- Host rest api with Gin: Postgres-backed state
- Host rest api with Gin: stored input and output artifacts
- Host rest api with Gin: streamed responses
- Host rest api with Gin: worker execution and job state
- Host graphql api with Gin: Postgres-backed state
- Host graphql api with Gin: stored input and output artifacts
- Host graphql api with Gin: streamed responses
- Host graphql api with Gin: worker execution and job state
- Host mobile backend with Gin: Postgres-backed state
- Host mobile backend with Gin: stored input and output artifacts
- Host mobile backend with Gin: streamed responses
- Host mobile backend with Gin: worker execution and job state
- Host mcp server with Gin: Postgres-backed state
- Host mcp server with Gin: stored input and output artifacts
- Host mcp server with Gin: streamed responses
- Host mcp server with Gin: worker execution and job state
- Host ai chat application with Gin: Postgres-backed state
- Host ai chat application with Gin: stored input and output artifacts
- Host ai chat application with Gin: streamed responses
- Host ai chat application with Gin: worker execution and job state
- Host ai workflow runner with Gin: Postgres-backed state
- Host ai workflow runner with Gin: stored input and output artifacts
- Host ai workflow runner with Gin: streamed responses
- Host ai workflow runner with Gin: worker execution and job state
- Configure build and start for Gin
- Connect Postgres for Gin
- Apply database schema changes for Gin
- Configure S3-compatible access for Gin
- Deliver public assets through CDN for Gin
- Configure environment and secrets for Gin
- Enforce private-file authorization for Gin
- Diagnose deployment failures for Gin