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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to coderyi/networkeye

Open-source alternatives to NetworkEye

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

  • afnetworking/afnetworkingAvatar de AFNetworking

    AFNetworking/AFNetworking

    33,433Ver en GitHub↗

    AFNetworking is an Objective-C networking library for Apple platforms, including iOS, macOS, watchOS, and tvOS. It functions as an HTTP client that manages remote server communication by wrapping the system loading framework to handle requests and responses. The library provides specialized security and identity tools, featuring SSL certificate pinning for server trust validation and the implementation of standardized OAuth authentication flows. It further distinguishes itself with network reachability monitoring to track interface availability and request mocking capabilities to simulate ser

    Objective-C
    Ver en GitHub↗33,433
  • ada-url/adaAvatar de ada-url

    ada-url/ada

    1,739Ver en 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
    Ver en GitHub↗1,739
  • andreajens/rakugaki-rumbleA

    AndreaJens/rakugaki-rumble

    0Ver en GitHub↗
    Ver en GitHub↗0
  • alikhalili/heartbeatA

    AliKhalili/heartbeat

    0Ver en GitHub↗
    Ver en GitHub↗0
  • akrennmair/gopcapAvatar de akrennmair

    akrennmair/gopcap

    491Ver en GitHub↗

    A simple wrapper around libpcap for the Go programming language

    Go
    Ver en GitHub↗491

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • alamofire/alamofireAvatar de Alamofire

    Alamofire/Alamofire

    42,385Ver en 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
    Ver en GitHub↗42,385
  • alexmojaki/birdseyeAvatar de alexmojaki

    alexmojaki/birdseye

    1,717Ver en GitHub↗

    |logo| birdseye

    JavaScript
    Ver en GitHub↗1,717
  • alidavut/locusAvatar de alidavut

    alidavut/locus

    306Ver en GitHub↗

    Locus is a debugging module for node.js

    JavaScriptdebuggerjavascriptlocus
    Ver en GitHub↗306
  • ashleymills/reachability.swiftAvatar de ashleymills

    ashleymills/Reachability.swift

    7,976Ver en 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
    Ver en GitHub↗7,976
  • allenxuxu/gevAvatar de Allenxuxu

    Allenxuxu/gev

    1,775Ver en GitHub↗

    🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.

    Goepollepoll-tcp-serverevent-driven
    Ver en GitHub↗1,775
  • alvyxaz/barebones-masterserverAvatar de alvyxaz

    alvyxaz/barebones-masterserver

    486Ver en GitHub↗

    Master Server framework for Unity

    C#
    Ver en GitHub↗486
  • amitshekhariitbhu/android-debug-databaseAvatar de amitshekhariitbhu

    amitshekhariitbhu/Android-Debug-Database

    8,663Ver en GitHub↗

    Android-Debug-Database is a specialized utility for extracting, inspecting, and editing mobile data on Android devices. It serves as a database debugger and SQLite inspector that provides a web-based interface for managing database records and shared preference key-value stores. The project distinguishes itself by supporting encrypted database decryption via provided passwords and the ability to map and inspect volatile in-memory databases. It also includes a data export tool that transfers database files from the private application directory to a local machine for external analysis. The to

    Java
    Ver en GitHub↗8,663
  • amitshekhariitbhu/androidnetworkingAvatar de amitshekhariitbhu

    amitshekhariitbhu/AndroidNetworking

    5,906Ver en GitHub↗

    AndroidNetworking is an HTTP networking library for Android that handles the full lifecycle of network communication, from sending requests to parsing responses and caching data. It provides a unified interface for executing GET, POST, PUT, DELETE, HEAD, and PATCH requests, with support for both synchronous and asynchronous execution, and includes built-in JSON response parsing that converts server responses directly into Java objects or lists. The library distinguishes itself through a set of integrated capabilities that go beyond basic request execution. It manages file downloads and upload

    Java
    Ver en GitHub↗5,906
  • anacrolix/utpA

    anacrolix/utp

    0Ver en GitHub↗
    Ver en GitHub↗0
  • aerogo/packetA

    aerogo/packet

    0Ver en GitHub↗
    Ver en GitHub↗0
  • andrewferrier/debugprint.nvimAvatar de andrewferrier

    andrewferrier/debugprint.nvim

    523Ver en GitHub↗

    Debugging in NeoVim the print() way!

    Lua
    Ver en GitHub↗523
  • andyburke/unityhttpA

    andyburke/UnityHTTP

    0Ver en GitHub↗
    Ver en GitHub↗0
  • ashishb/adb-enhancedAvatar de ashishb

    ashishb/adb-enhanced

    1,380Ver en GitHub↗

    🔪Swiss-army knife for Android testing and development 🔪 ⛺

    Python
    Ver en GitHub↗1,380
  • actionk/ecspowernetcodeA

    actionk/ECSPowerNetcode

    0Ver en GitHub↗
    Ver en GitHub↗0
  • asynchttpclient/async-http-clientAvatar de AsyncHttpClient

    AsyncHttpClient/async-http-client

    6,392Ver en GitHub↗

    This is a non-blocking network client for Java applications that provides asynchronous HTTP request capabilities and bidirectional WebSocket connectivity. It leverages a Netty-based architecture to handle high volumes of network input and output. The library utilizes native transport abstractions such as Epoll, KQueue, and io_uring to reduce system latency. It supports HTTP/2 multiplexing to run multiple concurrent request-response streams over a single connection and provides automatic response body decompression for various formats. Core capabilities cover the management of complex network

    Javaahcasyncasynchttpclient
    Ver en GitHub↗6,392
  • automation-stack/ctraceAvatar de automation-stack

    automation-stack/ctrace

    121Ver en GitHub↗

    Well-formatted and improved trace system calls and signals (when the debugger does not help)

    JavaScript
    Ver en GitHub↗121
  • averageflow/gohooksA

    averageflow/gohooks

    0Ver en GitHub↗
    Ver en GitHub↗0
  • awslabs/s2nAvatar de awslabs

    awslabs/s2n

    4,736Ver en GitHub↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    Ver en GitHub↗4,736
  • aybabtme/portproxyA

    aybabtme/portproxy

    0Ver en GitHub↗
    Ver en GitHub↗0
  • barryvdh/laravel-debugbarAvatar de barryvdh

    barryvdh/laravel-debugbar

    19,242Ver en GitHub↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    PHP
    Ver en GitHub↗19,242
  • bartbes/love-misc-libsAvatar de bartbes

    bartbes/love-misc-libs

    115Ver en GitHub↗

    Just some random libs I have lying around, now with version control!

    Lua
    Ver en GitHub↗115
  • beardedmanstudios/forgenetworkingremasteredAvatar de BeardedManStudios

    BeardedManStudios/ForgeNetworkingRemastered

    1,484Ver en GitHub↗

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

    C#multiplayermultiplayer-gamenetwork-library
    Ver en GitHub↗1,484
  • beetlex-io/beetlexB

    beetlex-io/BeetleX

    0Ver en GitHub↗
    Ver en GitHub↗0
  • beetlex-io/beetlex.lightB

    beetlex-io/BeetleX.Light

    0Ver en GitHub↗
    Ver en GitHub↗0
  • 2881099/freeim2

    2881099/FreeIM

    0Ver en GitHub↗
    Ver en GitHub↗0