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
·
lsalzman avatar

lsalzman/enet

0
View on GitHub↗
3,211 Stars·722 Forks·C·MIT·2 Aufrufe

Enet

ENet reliable UDP networking library

Features

  • Networking - Reliable UDP networking library.
  • Network Libraries - Reliable UDP-based networking library for games.
  • Netzwerk-Bibliotheken - Reliable UDP networking library.

Star-Verlauf

Star-Verlauf für lsalzman/enetStar-Verlauf für lsalzman/enet

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 Enet

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Enet.
  • skywind3000/kcpAvatar von skywind3000

    skywind3000/kcp

    16,786Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,786
  • qihoo360/evppAvatar von Qihoo360

    Qihoo360/evpp

    3,767Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗3,767
  • ada-url/adaAvatar von ada-url

    ada-url/ada

    1,739Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,739
  • boostorg/asioAvatar von boostorg

    boostorg/asio

    1,587Auf GitHub ansehen↗

    Boost.org asio module

    C++
    Auf GitHub ansehen↗1,587
Alle 30 Alternativen zu Enet anzeigen→

Häufig gestellte Fragen

Was macht lsalzman/enet?

ENet reliable UDP networking library

Was sind die Hauptfunktionen von lsalzman/enet?

Die Hauptfunktionen von lsalzman/enet sind: Networking, Network Libraries, Netzwerk-Bibliotheken.

Welche Open-Source-Alternativen gibt es zu lsalzman/enet?

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