awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to eduardsui/tlse

Open-source alternatives to Tlse

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

  • eduardonunesp/sslbE

    eduardonunesp/sslb

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • hashicorp/go-getterhashicorp 的头像

    hashicorp/go-getter

    1,822在 GitHub 上查看↗

    Package for downloading things from a string URL using a variety of protocols.

    Go
    在 GitHub 上查看↗1,822
  • c-robinson/iplibc-robinson 的头像

    c-robinson/iplib

    151在 GitHub 上查看↗

    A library for working with IP addresses and networks in Go

    Go
    在 GitHub 上查看↗151
  • drmagice/gmqttDrmagicE 的头像

    DrmagicE/gmqtt

    1,041在 GitHub 上查看↗

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

    Gogmqttgolangmqtt
    在 GitHub 上查看↗1,041
  • gansidui/gotcpG

    gansidui/gotcp

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • h2o/h2oh2o 的头像

    h2o/h2o

    11,493在 GitHub 上查看↗

    h2o is a high-performance content delivery server and HTTP/3 web server. It functions as a network gateway and reverse proxy that forwards client requests to upstream servers to manage traffic flow and load. The project distinguishes itself as a protocol fuzzing tool, utilizing a testing framework to execute automated stress tests against network protocols to identify memory leaks and crashes. The server provides capabilities for secure web traffic management through encrypted data transmission and high-performance web serving across HTTP/1, HTTP/2, and HTTP/3. It includes tools for server r

    C
    在 GitHub 上查看↗11,493

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • boostorg/beastboostorg 的头像

    boostorg/beast

    4,801在 GitHub 上查看↗

    Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an asynchronous networking framework designed to compose non-blocking I/O operations and layered stream stacks for managing concurrent network traffic, specifically utilizing the Boost.Asio asynchronous model. The library provides a comprehensive implementation of the HTTP/1.1 and WebSocket protocols. For HTTP, it includes primitives for parsing and serializing messages with support for chunked transfer encoding, incremental body reading, and request pipelining. Its WebSocket implementati

    C++asioasync-programmingboost
    在 GitHub 上查看↗4,801
  • c-ares/c-aresc-ares 的头像

    c-ares/c-ares

    2,152在 GitHub 上查看↗

    A C library for asynchronous DNS requests

    C
    在 GitHub 上查看↗2,152
  • cesanta/mongoosecesanta 的头像

    cesanta/mongoose

    12,876在 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
    在 GitHub 上查看↗12,876
  • corvusoft/restbedCorvusoft 的头像

    Corvusoft/restbed

    1,999在 GitHub 上查看↗

    Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++ applications.

    C++async-programmingasynchronouscomet
    在 GitHub 上查看↗1,999
  • etr/libhttpserveretr 的头像

    etr/libhttpserver

    943在 GitHub 上查看↗

    C++ library for creating an embedded Rest HTTP server (and more)

    C++
    在 GitHub 上查看↗943
  • foursquare/fsnetworkingfoursquare 的头像

    foursquare/FSNetworking

    380在 GitHub 上查看↗

    foursquare iOS networking library

    Objective-C
    在 GitHub 上查看↗380
  • go-rtc/stunG

    go-rtc/stun

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • google/gopacketgoogle 的头像

    google/gopacket

    6,781在 GitHub 上查看↗

    gopacket is a Go library for live packet capture and multi-layer protocol decoding. It provides a framework for parsing raw network bytes into structured protocol layers, enabling inspection and analysis of network traffic directly from interfaces or packet capture files. The library distinguishes itself through a layered protocol stack that organizes decoders as independent, composable layers, and an interface-based decoder registry that supports extensible custom protocol development. It offers zero-copy packet decoding for high-throughput parsing, stream-based TCP reassembly to reconstruct

    Go
    在 GitHub 上查看↗6,781
  • ada-url/adaada-url 的头像

    ada-url/ada

    1,739在 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
    在 GitHub 上查看↗1,739
  • boostorg/asioboostorg 的头像

    boostorg/asio

    1,587在 GitHub 上查看↗

    Boost.org asio module

    C++
    在 GitHub 上查看↗1,587
  • anacrolix/utpA

    anacrolix/utp

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • akrennmair/gopcapakrennmair 的头像

    akrennmair/gopcap

    491在 GitHub 上查看↗

    A simple wrapper around libpcap for the Go programming language

    Go
    在 GitHub 上查看↗491
  • alamofire/alamofireAlamofire 的头像

    Alamofire/Alamofire

    42,385在 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
    在 GitHub 上查看↗42,385
  • ccding/go-stunC

    ccding/go-stun

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • aerogo/packetA

    aerogo/packet

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • chronoxor/netcoreserverchronoxor 的头像

    chronoxor/NetCoreServer

    3,114在 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#
    在 GitHub 上查看↗3,114
  • embeddedmz/ftpclient-cppembeddedmz 的头像

    embeddedmz/ftpclient-cpp

    234在 GitHub 上查看↗

    C++ client for making FTP requests

    C++
    在 GitHub 上查看↗234
  • ashleymills/reachability.swiftashleymills 的头像

    ashleymills/Reachability.swift

    7,976在 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
    在 GitHub 上查看↗7,976
  • fanux/lhttpfanux 的头像

    fanux/lhttp

    688在 GitHub 上查看↗

    go websocket, a better way to buid your IM server

    Go
    在 GitHub 上查看↗688
  • fortio/fortiofortio 的头像

    fortio/fortio

    3,703在 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
    在 GitHub 上查看↗3,703
  • gchaincl/httplabgchaincl 的头像

    gchaincl/httplab

    4,151在 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
    在 GitHub 上查看↗4,151
  • gliderlabs/sshgliderlabs 的头像

    gliderlabs/ssh

    4,145在 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
    在 GitHub 上查看↗4,145
  • google/gnxiG

    google/gnxi

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • hashicorp/mdnshashicorp 的头像

    hashicorp/mdns

    1,361在 GitHub 上查看↗

    Simple mDNS client/server library in Golang

    Go
    在 GitHub 上查看↗1,361