kataras/iris

The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 14 minutes ago
Added to GitGenius on September 2nd, 2026
Created on January 30th, 2016
Open Issues & Pull Requests: 150 (+0)
GitHub issues: Enabled
Number of forks: 2,423
Total Stargazers: 25,563 (+0)
Total Subscribers: 659 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 5.1 days
90th percentile: 3.3 hours
Tracked items: 30

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 524 days
Stale 30+ days: 26
Stale 90+ days: 24

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • 🐞 type:bug (1)
  • 🚀 status:implemented (1)
  • ðŸĪ” type:question (1)
  • ðŸĪ˜ status:resolved (1)
  • ðŸŠķ type: feature (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Iris is a web framework for Go that emphasizes fast HTTP/2 support and developer productivity.

The framework addresses the need for rapid web application development in Go by providing an expressive routing system, built-in dependency injection, and MVC support. It handles request routing through a party controller pattern and offers handlers that can accept custom input and output arguments, reducing boilerplate code. The tool includes session management, WebSocket support, and middleware capabilities to cover common web development tasks.

Iris suits teams building APIs and web applications in Go who prioritize development speed without sacrificing control over their code. The framework is particularly relevant for developers who want a more opinionated structure than the standard library provides while maintaining the performance characteristics of Go. The project indicates that a major version rebuild using Go generics is in development, which will introduce an application builder with compile-time checking and built-in middleware, though the current stable version continues to receive maintenance and will not break existing applications when the new version arrives.

The project maintains active development with ongoing fixes to the stable release while preparing substantial architectural improvements. Documentation is available in multiple languages, and the repository includes numerous working examples covering routing, dependency injection, MVC patterns, and API development.