Oxpecker is a library started as functional wrapper around ASP.NET Core Endpoint routing, but now providing fullstack capabilities with Htmx and Solid.js integrations. Repository is a monorepo with all related projects included and documentation located in README.md files per project. As of November 2024, Oxpecker is the fastest .NET web framework in several categories in the TechEmpower benchmark
The server part of the Oxpecker library is a revised version of Giraffe, it mostly sticks to Giraffe’s successful API (hence the name). Improvements involve changing some core types, performance of template handlers, simplifying handlers and dropping a lot of outdated functionality.
Medium posts:
develop is a development branch, projects are linked with each other using project references. Use this branch to send PRs.
main is a production branch, projects and examples are linked with each other using nuget (or npm) packages. Packages are published from this branch.