awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·11 views

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 history

Star history chart for caozhiyi/cppnetStar history chart for caozhiyi/cppnet

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does caozhiyi/cppnet do?

Cross platform network library with C++11

What are the main features of caozhiyi/cppnet?

The main features of caozhiyi/cppnet are: Network Communication Libraries, Network Frameworks.

Which projects share features with caozhiyi/cppnet?

Projects with overlapping indexed features include: 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.

Projects sharing features with CppNet

These projects share indexed features with CppNet. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • alextangxiao/gamenettyA

    ALEXTANGXIAO/GameNetty

    0View on GitHub↗
    View on GitHub↗0
  • chenshuo/muduochenshuo avatar

    chenshuo/muduo

    16,157View on 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++
    View on GitHub↗16,157
  • azure/dotnettyAzure avatar

    Azure/DotNetty

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

    cuteant/SpanNetty

    0View on GitHub↗
    View on GitHub↗0
  • Compare all 26 related projects→