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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lsalzman avatar

lsalzman/enet

0
View on GitHub↗
3,211 stars·722 forks·C·MIT·2 vues

Enet

ENet reliable UDP networking library

Features

  • Networking - Reliable UDP networking library.
  • Network Libraries - Reliable UDP-based networking library for games.
  • Bibliothèques réseau - Reliable UDP networking library.

Historique des stars

Graphique de l'historique des stars pour lsalzman/enetGraphique de l'historique des stars pour lsalzman/enet

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Enet

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Enet.
  • skywind3000/kcpAvatar de skywind3000

    skywind3000/kcp

    16,786Voir sur GitHub↗

    KCP is a low-latency transport protocol and reliability layer designed to provide TCP-like guaranteed delivery and ordering over UDP. It implements an automatic repeat request protocol to minimize network jitter and delays, prioritizing timeliness over bandwidth efficiency. The project distinguishes itself through a pluggable congestion controller and flow control logic, allowing the transport layer to be tuned for specific network environments. It includes a NAT keep-alive system that uses periodic heartbeat packets to maintain active communication paths and prevent address translation timeo

    C
    Voir sur GitHub↗16,786
  • qihoo360/evppAvatar de Qihoo360

    Qihoo360/evpp

    3,767Voir sur GitHub↗

    evpp is a C++ network library and framework designed for building high-performance network services using TCP, UDP, and HTTP protocols. It provides an asynchronous event loop to manage nonblocking I/O operations and concurrent network connections across multiple threads. The framework includes specialized tools for asynchronous DNS resolution and a system for asynchronous task scheduling using a managed thread pool. It also features a nonblocking HTTP server and client with integrated connection pooling. The project covers low-level transport layer connectivity for TCP and UDP, as well as hi

    C++
    Voir sur GitHub↗3,767
  • ada-url/adaAvatar de ada-url

    ada-url/ada

    1,739Voir sur GitHub↗

    WHATWG-compliant and fast URL parser written in modern C++, part of Internet Archive, Node.js, Clickhouse, Redpanda, Kong, Telegram, Adguard, Datadog and Cloudflare Workers.

    C++cppneonparser
    Voir sur GitHub↗1,739
  • boostorg/asioAvatar de boostorg

    boostorg/asio

    1,587Voir sur GitHub↗

    Boost.org asio module

    C++
    Voir sur GitHub↗1,587
Voir les 30 alternatives à Enet→

Questions fréquentes

Que fait lsalzman/enet ?

ENet reliable UDP networking library

Quelles sont les fonctionnalités principales de lsalzman/enet ?

Les fonctionnalités principales de lsalzman/enet sont : Networking, Network Libraries, Bibliothèques réseau.

Quelles sont les alternatives open-source à lsalzman/enet ?

Les alternatives open-source à lsalzman/enet incluent : skywind3000/kcp — KCP is a low-latency transport protocol and reliability layer designed to provide TCP-like guaranteed delivery and… qihoo360/evpp — evpp is a C++ network library and framework designed for building high-performance network services using TCP, UDP,… chenshuo/muduo — Muduo is a C++11 event-driven network library and framework designed for building high-concurrency Linux servers. It… boostorg/beast — Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an… ada-url/ada — WHATWG-compliant and fast URL parser written in modern C++, part of Internet Archive, Node.js, Clickhouse, Redpanda,… boostorg/asio — Boost.org asio module.