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

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

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

microsurging/DotNetty

0
View on GitHub↗
0 星标·0 分支·1 次浏览

DotNetty

Features

  • Network Communication Libraries - Implementation of asynchronous network communication for .NET.
  • Network Frameworks - Implementation of asynchronous network communication for .NET.

Star 历史

microsurging/dotnetty 的 Star 历史图表microsurging/dotnetty 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

DotNetty 的开源替代方案

相似的开源项目,按与 DotNetty 的功能重合度排序。
  • azure/dotnettyAzure 的头像

    Azure/DotNetty

    4,238在 GitHub 上查看↗

    DotNetty is an asynchronous network framework and event-driven networking library for .NET. It is a port of the Netty architecture designed for building high-performance protocol servers and clients. The framework enables the development of network applications that handle concurrent connections and high-throughput data streaming without blocking execution threads. It supports the implementation of custom network protocols through defined encoding and decoding rules. The library utilizes a pipeline-based processing model and non-blocking I/O to manage network traffic. Its architecture incorp

    C#networkingprotocols
    在 GitHub 上查看↗4,238
  • caozhiyi/cppnetcaozhiyi 的头像

    caozhiyi/CppNet

    1,135在 GitHub 上查看↗

    Cross platform network library with C++11

    C++epolliocpkqueue
    在 GitHub 上查看↗1,135
  • chenshuo/muduochenshuo 的头像

    chenshuo/muduo

    16,157在 GitHub 上查看↗

    Muduo is a C++11 event-driven network library and framework designed for building high-concurrency Linux servers. It provides a toolkit for implementing scalable network services and socket communication using non-blocking I/O and asynchronous event processing. The framework implements a multi-threaded TCP server architecture that distributes connection handling across multiple CPU threads to maximize server throughput. This is achieved through a one-loop-per-thread model and a reactor pattern implementation, which dispatch network events from a central demultiplexer to registered handler fun

    C++
    在 GitHub 上查看↗16,157
  • alextangxiao/gamenettyA

    ALEXTANGXIAO/GameNetty

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
查看 DotNetty 的所有 26 个替代方案→

常见问题解答

microsurging/dotnetty 的主要功能有哪些?

microsurging/dotnetty 的主要功能包括:Network Communication Libraries, Network Frameworks。

microsurging/dotnetty 有哪些开源替代品?

microsurging/dotnetty 的开源替代品包括: alextangxiao/gamenetty. cuteant/spannetty. chenshuo/muduo — Muduo is a C++11 event-driven network library and framework designed for building high-concurrency Linux servers. It… azure/dotnetty — DotNetty is an asynchronous network framework and event-driven networking library for .NET. It is a port of the Netty… caozhiyi/cppnet — Cross platform network library with C++11. ernwong/crystalorb.