C# HTTP Server

Open-source C# projects categorized as HTTP Server

Top 9 C# HTTP Server Projects

HTTP Server
  1. 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

  2. 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.

    CodeRabbit logo
  3. EmbedIO

    A tiny, cross-platform, module based web server for .NET

  4. BeetleX

    high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution

  5. webone

    HTTP 1.x proxy that makes old web browsers usable again in the Web 2.0 world.

  6. GenHTTP

    Lightweight web server written in pure C# with few dependencies to 3rd-party libraries.

    Project mention: GenHTTP VS ASP.NET Core - a user suggested alternative | libhunt.com/r/GenHTTP | 2024-12-05
  7. core

    Sisk's request and response processor mainframe source code. (by sisk-http)

    Project mention: Sisk – Lightweight .NET Web Framework | news.ycombinator.com | 2024-08-31

    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.

  8. tgstation-server

    A production scale tool for DreamMaker server management

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. mig-service-dotnet

    MIG is a .Net library providing an integrated solution for developing networked applications and real time web applications

  11. Sherpa

    A lightweight HTTP server (by keelanstuart)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# HTTP Server discussion

Log in or Post with

C# HTTP Server related posts

  • Did Apple finally pull the plug on Panther (10.3) Software Update?

    1 project | /r/VintageApple | 7 Jul 2023
  • Introducing Postman2CSharp: Never Write An ApiClient Again. Convert your Postman Collections

    4 projects | /r/dotnet | 3 Jul 2023
  • JWT Authentication in ASP.NET

    4 projects | dev.to | 3 Jun 2023
  • Ask HN: What websites still work with Netscape?

    1 project | news.ycombinator.com | 1 Jun 2023
  • A search engine for retro computers

    1 project | /r/thisweekinretro | 16 Apr 2023
  • iBook G4 14-Inch 2005

    1 project | /r/VintageApple | 11 Feb 2023
  • Any way to read Reddit on emulated classic Mac?

    2 projects | /r/VintageApple | 28 Jan 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 6 Feb 2025
    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 →

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

Sponsored
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.
coderabbit.ai

Did you know that C# is
the 10th most popular programming language
based on number of references?