awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

C# WebSocket Libraries

排名更新于 2026年7月13日

For a C# library for implementing WebSockets, the strongest matches are signalr/signalr (SignalR is a high-performance real-time framework that abstracts WebSocket), dotnet/aspnetcore (This is the official framework that provides the native) and sta/websocket-sharp (This library provides a robust, protocol-compliant implementation for building). statianzo/fleck is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best c sharp websocket libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

C# WebSocket Libraries

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • signalr/signalrSignalR 的头像

    SignalR/SignalR

    9,389在 GitHub 上查看↗

    SignalR is a .NET real-time web framework designed to push content from a server to connected browser and non-browser clients. It provides a server-to-client push framework and a remote procedure call system that enables bidirectional communication over persistent connections. The library utilizes WebSockets to establish full-duplex connections and includes a transport-layer abstraction to manage different network protocols. It employs client-side connection negotiation to determine the best available communication protocol during the initial handshake. The system manages persistent connecti

    SignalR is a high-performance real-time framework that abstracts WebSocket communication to provide robust bidirectional messaging and seamless ASP.NET Core integration, making it a primary choice for .NET developers needing persistent connections.

    C#Data Framing
    在 GitHub 上查看↗9,389
  • dotnet/aspnetcoredotnet 的头像

    dotnet/aspnetcore

    38,143在 GitHub 上查看↗

    This project is a comprehensive server-side web framework designed for building scalable web applications and services. It provides a structured, component-based architecture that integrates a dependency injection container to manage service lifecycles and promote loose coupling across the software stack. The framework enables the creation of interactive client-side interfaces through a component-based model that synchronizes state directly with the browser. The platform distinguishes itself through a highly configurable middleware-based request pipeline and an attribute-based routing engine

    This is the official framework that provides the native, high-performance WebSocket implementation for .NET, including the required asynchronous I/O and ASP.NET Core integration.

    C#Component FrameworksDependency Injection ContainersWeb Application Frameworks
    在 GitHub 上查看↗38,143
  • sta/websocket-sharpsta 的头像

    sta/websocket-sharp

    6,067在 GitHub 上查看↗

    websocket-sharp is a C# library implementation of the WebSocket protocol used for building bidirectional client and server applications. It enables real-time data exchange between endpoints via persistent connections. The library provides specialized networking capabilities, including SSL encrypted networking for secure transport and certificate validation. It also features HTTP proxy tunneling to route traffic through intermediary servers using basic or digest authentication. The project covers a broad range of capabilities, including the implementation of both WebSocket clients and servers

    This library provides a robust, protocol-compliant implementation for building WebSocket clients and servers in C#, though it lacks native integration with the modern ASP.NET Core middleware pipeline.

    C#Real-Time Web CommunicationWebSocket Clients and ServersBinary Protocols
    在 GitHub 上查看↗6,067
  • statianzo/fleckstatianzo 的头像

    statianzo/Fleck

    2,436在 GitHub 上查看↗

    C# Websocket Implementation

    Fleck is a lightweight, standalone WebSocket server implementation for C# that provides a straightforward way to handle WebSocket connections, though it lacks the native ASP.NET Core middleware integration found in more comprehensive frameworks.

    C#Web Frameworks
    在 GitHub 上查看↗2,436

Related searches

  • a lightweight javascript library for websockets
  • a lightweight library for Java WebSockets
  • a library for implementing WebSockets in Rust
  • 用于 Go 实时服务器的 WebSocket 库
  • a php library for building websocket servers
  • a library for implementing gRPC in C#
  • a C# library for making HTTP requests
  • a message queue library for C#