Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 9 C# HTTP Server Projects
-
NetCoreServer
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
BeetleX
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
-
-
Project mention: GenHTTP VS ASP.NET Core - a user suggested alternative | libhunt.com/r/GenHTTP | 2024-12-05
-
I appears that this is using HttpListener to implement the HTTP protocol:
https://github.com/sisk-http/core/blob/main/src/Http/HttpSer...
HttpListener, while not deprecated, is frozen and not taking new features. For example, it does not support HTTP 2. It might not be as high performance as Kestrel (the default web server in ASP.NET Core).
https://github.com/dotnet/runtime/issues/63941#issuecomment-...
So the authors of the framework might want to consider longer term whether layering onto of Kestrel or some other HTTP server implementation may make more sense.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
mig-service-dotnet
MIG is a .Net library providing an integrated solution for developing networked applications and real time web applications
-
C# HTTP Server discussion
C# HTTP Server related posts
-
Did Apple finally pull the plug on Panther (10.3) Software Update?
-
Introducing Postman2CSharp: Never Write An ApiClient Again. Convert your Postman Collections
-
JWT Authentication in ASP.NET
-
Ask HN: What websites still work with Netscape?
-
A search engine for retro computers
-
iBook G4 14-Inch 2005
-
Any way to read Reddit on emulated classic Mac?
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 6 Feb 2025
Index
What are some of the best open-source HTTP Server projects in C#? This list will help you:
# | Project | Stars |
---|---|---|
1 | NetCoreServer | 2,864 |
2 | EmbedIO | 1,473 |
3 | BeetleX | 1,189 |
4 | webone | 543 |
5 | GenHTTP | 206 |
6 | core | 186 |
7 | tgstation-server | 68 |
8 | mig-service-dotnet | 14 |
9 | Sherpa | 3 |