rmueller/kayak
Kayak is a high-performance, event-driven networking framework for .NET that provides a robust foundation for building HTTP servers and network applications. It replaces legacy stream-based abstractions with a modern, delegate-based architecture for scheduling, server management, and socket I/O, enabling more testable and stable code. The system includes a command-line interface for launching servers, comprehensive HTTP/1.1 support including 100-continue handling, and utility tools for documentation generation.
48.4
Weak · 14 July 2026
2.2k
lines of production code
C#
primary language
1
bus factor · 3 authors in all
3
measurements over time
How it got here
2010 · Architecture simplification and build reorganization
This period focused on streamlining the Kayak framework by removing legacy coroutine and stream abstractions in favor of a more direct socket and event-loop based architecture. The team integrated the httpmachine submodule and introduced new networking abstractions via the Oars library, while simultaneously reorganizing the project structure, build scripts, and test suites to support this shift.
12 changes
2011 · Delegate-based architecture and test coverage
The project underwent a significant architectural shift to replace C# events with interface-based delegates across the HTTP and networking layers, improving robustness and testability. This refactoring was accompanied by the introduction of a command-line interface and extensive new test suites to validate the new delegate patterns and transaction handling.
11 changes
Survey your own repository
rmueller/kayak was measured the same way every project in this corpus was: the same rubric, at a pinned commit, with the result published in full. Point the surveyor at a repository you know and see whether you agree with it.
About this page
- The description of this project is derived from its own commit history, not from its README.
- The score is its highest published measurement, taken on 14 July 2026 at a pinned commit. It is not a live figure and does not change until the project is measured again.
- Measured at commit 892843d901 — the exact code this score is about.
- Scored under rubric rubric-2026.08.15. Score the same commit under that rubric and you get the same number.