close
The Wayback Machine - https://web.archive.org/web/20220524034855/https://github.com/dj-nitehawk/FastEndpoints
Skip to content
main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 19, 2022
Src
May 23, 2022
May 22, 2022
May 23, 2022
Jan 20, 2022
Sep 16, 2021
Feb 15, 2022

license nuget tests nuget discord

FastEndpoints

A light-weight REST Api framework for ASP.Net 6 that implements REPR (Request-Endpoint-Response) Pattern.

FastEndpoints offers a better alternative than the Minimal Api and MVC Controllers with the aim of increasing developer productivity. Performance is on par with the Minimal Api and is faster; uses less memory; and does around 45k more requests per second than a MVC Controller in a head-to-head comparison.

Documentation: https://fast-endpoints.com

please visit the official website for detailed documentation.