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
·
S

shenmingik/Server

0
View on GitHub↗
0 Stars·0 Forks·0 Aufrufe

Server

Features

  • Network Communication Libraries - Chat server implementation built on a network library.
  • Network Frameworks - Cluster chat server implementation built on network libraries.

Star-Verlauf

Star-Verlauf für shenmingik/serverStar-Verlauf für shenmingik/server

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 Server

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Server.
  • 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
  • caozhiyi/cppnetAvatar von caozhiyi

    caozhiyi/CppNet

    1,135Auf GitHub ansehen↗

    Cross platform network library with C++11

    C++epolliocpkqueue
    Auf GitHub ansehen↗1,135
  • 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
  • alextangxiao/gamenettyA

    ALEXTANGXIAO/GameNetty

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

Häufig gestellte Fragen

Was sind die Hauptfunktionen von shenmingik/server?

Die Hauptfunktionen von shenmingik/server sind: Network Communication Libraries, Network Frameworks.

Welche Open-Source-Alternativen gibt es zu shenmingik/server?

Open-Source-Alternativen zu shenmingik/server sind unter anderem: 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.