awesome-repositories.com
Blog
MCP
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
·
Back to markioe/networker

Open-source alternatives to Networker

30 open-source projects similar to markioe/networker, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Networker alternative.

  • eduardsui/tlseeduardsui avatar

    eduardsui/tlse

    676View on GitHub↗

    Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library

    C
    View on GitHub↗676
  • go-rtc/stunG

    go-rtc/stun

    0View on GitHub↗
    View on GitHub↗0
  • chronoxor/netcoreserverchronoxor avatar

    chronoxor/NetCoreServer

    3,114View on GitHub↗

    Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution

    C#
    View on GitHub↗3,114
  • eduardonunesp/sslbE

    eduardonunesp/sslb

    0View on GitHub↗
    View on GitHub↗0
  • gansidui/gotcpG

    gansidui/gotcp

    0View on GitHub↗
    View on GitHub↗0
  • gliderlabs/sshgliderlabs avatar

    gliderlabs/ssh

    4,145View on GitHub↗

    This project is a Go library and framework for implementing the SSH protocol. It provides a toolkit for building custom SSH servers, managing encrypted connections, and handling remote command execution. The implementation focuses on flexible session management through callback-based handling and a pluggable authentication system that supports passwords, public keys, and certificates. It includes mechanisms for secure network tunneling, including local and reverse port forwarding for TCP and Unix domain socket traffic. The library covers a broad range of protocol capabilities, including cryp

    Gogolanggolang-packagessh
    View on GitHub↗4,145

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • c-robinson/iplibc-robinson avatar

    c-robinson/iplib

    151View on GitHub↗

    A library for working with IP addresses and networks in Go

    Go
    View on GitHub↗151
  • cesanta/mongoosecesanta avatar

    cesanta/mongoose

    12,876View on GitHub↗

    Mongoose is an embedded networking library providing TCP/IP stacks, web server hosting, and IoT device connectivity. It enables microcontrollers and desktop systems to implement network protocols including HTTP, WebSocket, and MQTT. The project provides a bare-metal TCP/IP stack for environments without a native operating system and includes built-in TLS and ECC encryption to secure network traffic. It features a binary-embedded file system to serve web content directly from the executable and supports over-the-air firmware updates for managing device fleets. Additional capabilities cover as

    C
    View on GitHub↗12,876
  • cysharp/magiconionCysharp avatar

    Cysharp/MagicOnion

    4,408View on GitHub↗

    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
    View on GitHub↗4,408
  • drmagice/gmqttDrmagicE avatar

    DrmagicE/gmqtt

    1,041View on GitHub↗

    Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.x and V5 in golang

    Gogmqttgolangmqtt
    View on GitHub↗1,041
  • firstgeargames/fishnetFirstGearGames avatar

    FirstGearGames/FishNet

    1,946View on GitHub↗
    C#
    View on GitHub↗1,946
  • foursquare/fsnetworkingfoursquare avatar

    foursquare/FSNetworking

    380View on GitHub↗

    foursquare iOS networking library

    Objective-C
    View on GitHub↗380
  • akrennmair/gopcapakrennmair avatar

    akrennmair/gopcap

    491View on GitHub↗

    A simple wrapper around libpcap for the Go programming language

    Go
    View on GitHub↗491
  • gchaincl/httplabgchaincl avatar

    gchaincl/httplab

    4,151View on GitHub↗

    httplab is an interactive HTTP mock server, request inspection tool, and response simulator. It functions as a web server designed to capture and analyze incoming HTTP requests and headers in real time for debugging purposes. The tool enables the construction and delivery of custom HTTP responses to simulate various server behaviors. Users can forge specific headers and bodies to test how client applications handle different status codes and payloads, with the ability to save these configurations as response templates for consistent reuse across sessions. The project covers a broad surface o

    Go
    View on GitHub↗4,151
  • alamofire/alamofireAlamofire avatar

    Alamofire/Alamofire

    42,385View on GitHub↗

    Alamofire is an HTTP networking library that provides a foundation for managing network requests and responses through a chainable, type-safe interface. It serves as an asynchronous request manager, coordinating concurrent network operations and data streams while maintaining application responsiveness. The library distinguishes itself through a protocol-oriented request adaptation system, which utilizes interceptors to modify or authenticate requests before dispatch. It employs a middleware-driven pipeline to process traffic, handling encoding, authentication, and error recovery in a modular

    Swiftalamofirecarthagecertificate-pinning
    View on GitHub↗42,385
  • blast-harbour/godot-rollback-fighter-demoB

    blast-harbour/Godot-Rollback-Fighter-Demo

    0View on GitHub↗
    View on GitHub↗0
  • ccding/go-stunC

    ccding/go-stun

    0View on GitHub↗
    View on GitHub↗0
  • ashleymills/reachability.swiftashleymills avatar

    ashleymills/Reachability.swift

    7,976View on GitHub↗

    Reachability.swift is a network connectivity listener and Swift network state wrapper. It monitors real-time changes to network status and tracks whether a device is connected to Wi-Fi or cellular data. The library functions as a network reachability monitor that uses closures and system notifications to trigger callbacks when connectivity changes. It tracks internet connectivity and connection types to allow for network state handling and the adjustment of app content loading based on availability.

    Swift
    View on GitHub↗7,976
  • aerogo/packetA

    aerogo/packet

    0View on GitHub↗
    View on GitHub↗0
  • colyseus/colyseusC

    colyseus/colyseus

    7,015View on GitHub↗

    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
    View on GitHub↗7,015
  • alvyxaz/barebones-masterserveralvyxaz avatar

    alvyxaz/barebones-masterserver

    486View on GitHub↗

    Master Server framework for Unity

    C#
    View on GitHub↗486
  • darkriftnetworking/darkriftD

    DarkRiftNetworking/DarkRift

    0View on GitHub↗
    View on GitHub↗0
  • facebookarchive/raknetfacebookarchive avatar

    facebookarchive/RakNet

    3,428View on GitHub↗

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

    HTML
    View on GitHub↗3,428
  • fanux/lhttpfanux avatar

    fanux/lhttp

    688View on GitHub↗

    go websocket, a better way to buid your IM server

    Go
    View on GitHub↗688
  • beardedmanstudios/forgenetworkingremasteredBeardedManStudios avatar

    BeardedManStudios/ForgeNetworkingRemastered

    1,484View on GitHub↗

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

    C#multiplayermultiplayer-gamenetwork-library
    View on GitHub↗1,484
  • fortio/fortiofortio avatar

    fortio/fortio

    3,703View on GitHub↗

    Fortio is a performance testing tool written in Go that generates constant request rates to measure latency histograms and response percentiles. It functions as a network performance benchmarker for analyzing system performance across HTTP and gRPC endpoints, and includes a specialized HTTP echo server for mirroring requests. The project distinguishes itself through a web-based HTTP load testing API used for triggering asynchronous tests and visualizing result data through graphs. It also provides server behavior simulation, allowing the echo server to inject artificial delays and vary respon

    Gogogolanggolang-application
    View on GitHub↗3,703
  • anacrolix/utpA

    anacrolix/utp

    0View on GitHub↗
    View on GitHub↗0
  • bestogames/bestonetB

    BestoGames/BestoNet

    0View on GitHub↗
    View on GitHub↗0
  • andreajens/rakugaki-rumbleA

    AndreaJens/rakugaki-rumble

    0View on GitHub↗
    View on GitHub↗0
  • google/gnxiG

    google/gnxi

    0View on GitHub↗
    View on GitHub↗0