awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to unity-technologies/com.unity.netcode.gameobjects

Open-source alternatives to Com.unity.netcode.gameobjects

30 open-source projects similar to unity-technologies/com.unity.netcode.gameobjects, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Com.unity.netcode.gameobjects alternative.

  • mas-bandwidth/protonM

    mas-bandwidth/proton

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • tom-weiland/riptidenetworkingT

    tom-weiland/RiptideNetworking

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • googleforgames/quilkinG

    googleforgames/quilkin

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • mas-bandwidth/netcodemas-bandwidth का अवतार

    mas-bandwidth/netcode

    2,571GitHub पर देखें↗

    Secure client/server protocol for multiplayer games built on top of UDP

    Cclient-servergame-developmentpackets
    GitHub पर देखें↗2,571
  • nardo/tnl2N

    nardo/tnl2

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • socketcluster/socketclusterSocketCluster का अवतार

    SocketCluster/socketcluster

    6,197GitHub पर देखें↗

    Highly scalable realtime pub/sub and RPC framework

    JavaScriptdockerframeworkjavascript
    GitHub पर देखें↗6,197
  • darkriftnetworking/darkriftD

    DarkRiftNetworking/DarkRift

    0GitHub पर देखें↗
    GitHub पर देखें↗0

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • googleforgames/agonesgoogleforgames का अवतार

    googleforgames/agones

    6,896GitHub पर देखें↗

    Agones is a Kubernetes game server orchestrator designed for deploying, scaling, and managing dedicated multiplayer game server processes across a distributed cluster. It provides the core infrastructure needed to provision individual or grouped server processes to support real-time multiplayer gaming sessions. The system includes a fleet manager to automate the lifecycle of server groups based on player demand and a health monitor to track the connectivity and operational status of active processes. It integrates with cluster autoscalers to synchronize server resource requirements with cloud

    Go
    GitHub पर देखें↗6,896
  • heroiclabs/nakamaheroiclabs का अवतार

    heroiclabs/nakama

    12,754GitHub पर देखें↗

    Nakama is a distributed server framework designed for real-time multiplayer games and social applications. It provides an authoritative runtime environment for executing game logic, ensuring consistent state and cheat-resistant gameplay across diverse client platforms. The system acts as a centralized backend, managing persistent player identities, social graphs, and real-time communication channels to support complex multiplayer interactions. The platform distinguishes itself through an integrated suite of LiveOps tools that allow developers to manage game economies, schedule time-bound even

    Gobackendbackend-as-a-servicechat-server
    GitHub पर देखें↗12,754
  • markioe/networkerMarkioE का अवतार

    MarkioE/Networker

    482GitHub पर देखें↗

    A simple to use TCP and UDP networking library for .NET. Compatible with Unity.

    C#
    GitHub पर देखें↗482
  • mas-bandwidth/reliablemas-bandwidth का अवतार

    mas-bandwidth/reliable

    643GitHub पर देखें↗

    Packet acknowledgement system for UDP

    C
    GitHub पर देखें↗643
  • mas-bandwidth/yojimboM

    mas-bandwidth/yojimbo

    2,692GitHub पर देखें↗

    yojimbo is a network library for client/server games written in C++.

    C
    GitHub पर देखें↗2,692
  • pond3r/ggpopond3r का अवतार

    pond3r/ggpo

    3,532GitHub पर देखें↗

    Good Game, Peace Out Rollback Network SDK

    C++
    GitHub पर देखें↗3,532
  • skywind3000/kcpskywind3000 का अवतार

    skywind3000/kcp

    16,786GitHub पर देखें↗

    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
    GitHub पर देखें↗16,786
  • colyseus/colyseusC

    colyseus/colyseus

    7,015GitHub पर देखें↗

    Colyseus is a real-time multiplayer game framework for Node.js that provides an authoritative server model, delta-compressed state synchronization, and room-based session orchestration. It is designed to handle the core infrastructure of multiplayer games, including matchmaking, state management, and scalable process distribution across multiple servers. The framework distinguishes itself through its schema-based state definition, which enables automatic serialization and change tracking, combined with a binary WebSocket protocol for low-latency updates. Its matchmaking pipeline routes player

    TypeScript
    GitHub पर देखें↗7,015
  • cysharp/magiconionCysharp का अवतार

    Cysharp/MagicOnion

    4,408GitHub पर देखें↗

    MagicOnion is a .NET RPC framework used to build type-safe remote procedure call services using shared interfaces for communication between servers and clients. It functions as a binary serialization framework and a distributed service orchestrator, providing a network layer for low-latency streaming and real-time data exchange. The project distinguishes itself through an AOT-compatible network client that uses source generators to support ahead-of-time compilation in restricted runtime environments. It enables bidirectional communication and real-time data streaming, allowing servers and mul

    C#c-sharpgrpcrpc
    GitHub पर देखें↗4,408
  • facebookarchive/raknetfacebookarchive का अवतार

    facebookarchive/RakNet

    3,428GitHub पर देखें↗

    RakNet is a cross platform, open source, C++ networking engine for game programmers.

    HTML
    GitHub पर देखें↗3,428
  • firstgeargames/fishnetFirstGearGames का अवतार

    FirstGearGames/FishNet

    1,946GitHub पर देखें↗
    C#
    GitHub पर देखें↗1,946
  • alvyxaz/barebones-masterserveralvyxaz का अवतार

    alvyxaz/barebones-masterserver

    486GitHub पर देखें↗

    Master Server framework for Unity

    C#
    GitHub पर देखें↗486
  • beardedmanstudios/forgenetworkingremasteredBeardedManStudios का अवतार

    BeardedManStudios/ForgeNetworkingRemastered

    1,484GitHub पर देखें↗

    See various forks, also please join the Forge Community fork of Forge Alloy! -> https://github.com/ForgeAlloyCommunity/ForgeAlloy

    C#multiplayermultiplayer-gamenetwork-library
    GitHub पर देखें↗1,484
  • kalm/kalm.jskalm का अवतार

    kalm/kalm.js

    218GitHub पर देखें↗

    The socket manager

    TypeScripthacktoberfestipcmultiplexing
    GitHub पर देखें↗218
  • lidgren/lidgren-network-gen3lidgren का अवतार

    lidgren/lidgren-network-gen3

    1,221GitHub पर देखें↗

    Lidgren Network Library

    C#
    GitHub पर देखें↗1,221
  • bestogames/bestonetB

    BestoGames/BestoNet

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • blast-harbour/godot-rollback-fighter-demoB

    blast-harbour/Godot-Rollback-Fighter-Demo

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • andreajens/rakugaki-rumbleA

    AndreaJens/rakugaki-rumble

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • mas-bandwidth/serializeM

    mas-bandwidth/serialize

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • networknext/nextN

    networknext/next

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • nxrighthere/netstackN

    nxrighthere/NetStack

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • revenantx/litenetlibRevenantX का अवतार

    RevenantX/LiteNetLib

    3,580GitHub पर देखें↗

    Lite reliable UDP library for Mono and .NET

    C#cross-platformcsharpdot-net
    GitHub पर देखें↗3,580
  • valvesoftware/gamenetworkingsocketsValveSoftware का अवतार

    ValveSoftware/GameNetworkingSockets

    9,705GitHub पर देखें↗

    GameNetworkingSockets is a UDP networking library providing secure transport, peer discovery, and traffic control systems. It implements a networking layer for reliable and unreliable messaging over UDP, including tools for message fragmentation and reassembly. The project features a peer-to-peer NAT traversal tool for establishing direct host-to-host connections by punching through firewalls and network address translation layers. It secures network traffic through encrypted transport and secure key exchange. The library includes a traffic manager to organize data into prioritized lanes to

    C++game-developmentnetworkingpeer-to-peer
    GitHub पर देखें↗9,705