awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
caozhiyi avatar

caozhiyi/CppNet

0
View on GitHub↗
1,135 Stars·252 Forks·C++·BSD-3-Clause·0 Aufrufe

CppNet

Cross platform network library with C++11

Features

  • Network Communication Libraries - C++ network communication library for building server applications.
  • Network Frameworks - Asynchronous network library for C++ applications.

Star-Verlauf

Star-Verlauf für caozhiyi/cppnetStar-Verlauf für caozhiyi/cppnet

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu CppNet

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit CppNet.
  • alextangxiao/gamenettyA

    ALEXTANGXIAO/GameNetty

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • chenshuo/muduoAvatar von chenshuo

    chenshuo/muduo

    16,157Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗16,157
  • azure/dotnettyAvatar von Azure

    Azure/DotNetty

    4,238Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,238
  • cuteant/spannettyC

    cuteant/SpanNetty

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
Alle 26 Alternativen zu CppNet anzeigen→

Häufig gestellte Fragen

Was macht caozhiyi/cppnet?

Cross platform network library with C++11

Was sind die Hauptfunktionen von caozhiyi/cppnet?

Die Hauptfunktionen von caozhiyi/cppnet sind: Network Communication Libraries, Network Frameworks.

Welche Open-Source-Alternativen gibt es zu caozhiyi/cppnet?

Open-Source-Alternativen zu caozhiyi/cppnet sind unter anderem: ernwong/crystalorb. 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… alextangxiao/gamenetty. cuteant/spannetty. hn-lyf/remotenetwork.