Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASP.NET Core Support #1490

Open
kraksyy opened this issue Nov 14, 2024 · 0 comments
Open

ASP.NET Core Support #1490

kraksyy opened this issue Nov 14, 2024 · 0 comments

Comments

@kraksyy
Copy link

kraksyy commented Nov 14, 2024

ASP.NET core is a high performance web framework that by default uses Kestrel web server written in C# while it's decent, having a even more optimized web server could be beneficial in scenarios that require high amount of data throughput while being cost effective to pull off as in developer cost and time (It is easier to find cheap and more C# developers than get Go developers and handle more data than IO oriented dev environments like Node.JS or Python).

This issue will be used to track a pull request I'm working on In spare time to implement C# support into Nginx Unit.
Not only this will increase performance of ASP.Net applications who focus on raw processing speed but also allow C# applications to provide a lightweight web service without bringing in a fully fledged backend framework.

Currently a C# web service can be hacked together through use of "libnginxunit" but this wouldn't have benefits of having a dedicated support.

Follow up of: #565

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant