Popularity
7.2
Stable
Activity
9.9
Growing
1,936
35
109

Description

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 outperforms a MVC Controller by about 46k requests per second in a head-to-head comparison.

Programming language: C#
License: MIT License
Tags: API     HTTP     WebApi    

FastEndpoints alternatives and similar packages

Based on the "HTTP" category.
Alternatively, view FastEndpoints alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of FastEndpoints or a related project?

Add another 'HTTP' Package

README

license nuget tests nuget discord

ASP.NET Minimal APIs Made Easy...

FastEndpoints is a developer friendly alternative to Minimal APIs & MVC

It nudges you towards the REPR Design Pattern (Request-Endpoint-Response) for convenient & maintainable endpoint creation with virtually no boilerplate.

Performance is on par with Minimal APIs. It's faster, uses less memory and does around 45k more requests per second than a MVC Controller in our benchmarks.

Documentation: https://fast-endpoints.com

Please visit the official website for detailed documentation...


*Note that all licence references and agreements mentioned in the FastEndpoints README section above are relevant to that project's source code only.