paulczy / FastEndpoints

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Please visit the official website for detailed documentation...

About

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

License:MIT License


Languages

Language:C# 100.0%Language:Batchfile 0.0%