vodka
https://github.com/devanshutripathi/vodka
Go
Modern Go web framework focused on developer experience, hot-reload, and full-stack workflow
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported1 Subscribers
Add a CodeTriage badge to vodka
Help out
- Issues
- 🐛 Fix Hero Card Overlapping the Navigation Bar on Desktop
- feat: vodka.BearerAuth middleware does not return a WWW-Authenticate header on 401 responses — non-compliant with RFC 7235, breaking standard HTTP clients and API testing tools
- feat: vodka create scaffolded project has no .gitignore — new projects commit Go binaries, node_modules, and .env files by default
- feat: benchmark_test.go only benchmarks route matching — there are no benchmarks for middleware chains, JSON binding, or concurrent request handling, making performance regression detection incomplete
- feat: cors.go CORS middleware applies AllowedOrigins as a string match but has no wildcard subdomain support — setting "*.example.com" silently fails, rejecting all subdomain requests
- Docs
- Go not yet supported