awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
E

ErnWong/crystalorb

0
View on GitHub↗
0 stars·0 forks·1 view

Crystalorb

Features

  • Network Communication Libraries - High-level networking library for client-side prediction and rollback.
  • Network Frameworks - High-level networking library for client-side prediction and reconciliation.

Star history

Star history chart for ernwong/crystalorbStar history chart for ernwong/crystalorb

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

Open-source alternatives to Crystalorb

Similar open-source projects, ranked by how many features they share with Crystalorb.
  • 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
  • caozhiyi/cppnetcaozhiyi avatar

    caozhiyi/CppNet

    1,135View on GitHub↗

    Cross platform network library with C++11

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

    ALEXTANGXIAO/GameNetty

    0View on GitHub↗
    View on GitHub↗0
See all 26 alternatives to Crystalorb→

Frequently asked questions

What are the main features of ernwong/crystalorb?

The main features of ernwong/crystalorb are: Network Communication Libraries, Network Frameworks.

What are some open-source alternatives to ernwong/crystalorb?

Open-source alternatives to ernwong/crystalorb include: 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. hn-lyf/remotenetwork.