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 dertuxmalwieder/libvldmail

Open-source alternatives to Libvldmail

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

  • sinemetu1/twitcS

    sinemetu1/twitc

    0View on GitHub↗
    View on GitHub↗0
  • google/gumbo-parsergoogle avatar

    google/gumbo-parser

    5,190View on GitHub↗

    Gumbo-parser is a high-performance HTML5 parsing library written in pure C99. It transforms raw markup into a structured document tree by implementing the formal state-machine tokenization and error recovery rules defined in the HTML5 specification. The project serves as an HTML source mapping tool, linking parsed nodes back to their original byte offsets and pointers within the input buffer. This allows for the precise tracking of source locations for elements within the resulting parse tree. Beyond full document processing, the library handles isolated HTML fragments and provides a C-based

    HTML
    View on GitHub↗5,190
  • rxi/dyadrxi avatar

    rxi/dyad

    1,455View on GitHub↗

    Asynchronous networking for C

    C
    View on GitHub↗1,455
  • zeromq/libzmqzeromq avatar

    zeromq/libzmq

    10,902View on GitHub↗

    libzmq is a C++ based asynchronous messaging engine and networking core designed for routing non-blocking messages between distributed nodes. It functions as a distributed message queue that implements the ZMTP wire-format framing protocol to standardize how data moves across different network transport layers. The library provides a multi-transport abstraction that allows a single interface to route data across TCP, IPC, and in-process memory. It incorporates a cryptographic layer to encrypt and authenticate transmissions between nodes and employs topology-based messaging patterns, such as p

    C++concurrencylibzmqmessaging
    View on GitHub↗10,902

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
librg/librglibrg avatar

librg/librg

1,482View on GitHub↗

🚀 Making multi-player gamedev simpler since 2017

C
View on GitHub↗1,482
  • awslabs/s2nawslabs avatar

    awslabs/s2n

    4,736View on 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
    View on GitHub↗4,736
  • liambindle/mqtt-cLiamBindle avatar

    LiamBindle/MQTT-C

    890View on GitHub↗

    A portable MQTT C client for embedded systems and PCs alike.

    C
    View on GitHub↗890
  • riolet/waferriolet avatar

    riolet/WAFer

    695View on GitHub↗

    WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers.

    C
    View on GitHub↗695
  • the-tcpdump-group/libpcapthe-tcpdump-group avatar

    the-tcpdump-group/libpcap

    3,123View on GitHub↗

    the LIBpcap interface to various kernel packet capture mechanism

    C
    View on GitHub↗3,123
  • zeromq/zyrezeromq avatar

    zeromq/zyre

    946View on GitHub↗

    Zyre - an open-source framework for proximity-based peer-to-peer applications

    C
    View on GitHub↗946
  • silentbicycle/socket99silentbicycle avatar

    silentbicycle/socket99

    145View on GitHub↗

    Wrapper library for the BSD sockets API with a nicer C99 interface

    C
    View on GitHub↗145
  • nanomsg/nanomsgnanomsg avatar

    nanomsg/nanomsg

    6,277View on GitHub↗

    nanomsg is a distributed messaging middleware and scalable messaging library designed for moving data between machines and processes. It functions as a socket-based communication framework that routes data across different network transport layers. The library implements scalable messaging patterns, specifically request-reply and publish-subscribe, to handle high volumes of data across distributed systems. It provides tools for network performance benchmarking to quantify messaging throughput and latency. The framework supports distributed message routing and inter-process communication usin

    C
    View on GitHub↗6,277
  • allenxuxu/gevAllenxuxu avatar

    Allenxuxu/gev

    1,775View on 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
    View on GitHub↗1,775
  • alikhalili/heartbeatA

    AliKhalili/heartbeat

    0View on GitHub↗
    View on GitHub↗0
  • adis300/fft-cadis300 avatar

    adis300/fft-c

    26View on GitHub↗

    Elegant Fast Fourier Transform in C. Making fft.c from fftpack user-friendly.

    C
    View on GitHub↗26
  • alexanderagd/clistAlexanderAgd avatar

    AlexanderAgd/CLIST

    67View on GitHub↗

    C List - universal list solution for C and C++, easy and fast, all data types supported

    C
    View on GitHub↗67
  • alanxz/rabbitmq-calanxz avatar

    alanxz/rabbitmq-c

    1,859View on GitHub↗

    RabbitMQ C client

    C
    View on GitHub↗1,859
  • adamierymenko/huffandpuffA

    adamierymenko/huffandpuff

    0View on GitHub↗
    View on GitHub↗0
  • abiggerhammer/hammerabiggerhammer avatar

    abiggerhammer/hammer

    291View on GitHub↗

    Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.

    C
    View on GitHub↗291
  • anholt/libepoxyanholt avatar

    anholt/libepoxy

    744View on GitHub↗

    Epoxy is a library for handling OpenGL function pointer management for you

    C
    View on GitHub↗744
  • andyburke/unityhttpA

    andyburke/UnityHTTP

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • antirez/linenoiseantirez avatar

    antirez/linenoise

    4,302View on GitHub↗

    Linenoise is a lightweight C library for terminal line editing, command history management, and asynchronous input processing. It functions as a self-contained alternative for capturing user input from the command line without requiring external dependencies. The utility provides a non-blocking input processor that handles keyboard data via a feed mechanism, allowing applications to process user typing and external events simultaneously. It supports the implementation of custom shells and REPLs through features such as callback-based autocompletion, input hinting, and a circular history buffe

    C
    View on GitHub↗4,302
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • antirez/smazantirez avatar

    antirez/smaz

    1,222View on GitHub↗

    Small strings compression library

    C
    View on GitHub↗1,222
  • aosp-mirror/platform_bionicaosp-mirror avatar

    aosp-mirror/platform_bionic

    624View on GitHub↗
    Assembly
    View on GitHub↗624
  • ariya/fastlzariya avatar

    ariya/FastLZ

    539View on GitHub↗

    Small & portable byte-aligned LZ77 compression

    Camd64ansi-carm64
    View on GitHub↗539
  • armink/easyloggerarmink avatar

    armink/EasyLogger

    4,641View on GitHub↗

    EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT devices, and wearables. It functions as a resource-efficient logger and flash memory manager, providing tools for low-level debugging and system event recording with minimal ROM and RAM requirements. The project distinguishes itself through an asynchronous logging model that buffers messages to a separate thread, preventing logging operations from blocking real-time application execution. It includes a specialized flash memory manager that utilizes circular buffering to persist logs

    C
    View on GitHub↗4,641
  • armink/flashdbarmink avatar

    armink/FlashDB

    2,575View on GitHub↗

    An ultra-lightweight database that supports key-value and time series data | 一款支持 KV 数据和时序数据的超轻量级数据库

    Cdatabaseembeddediot
    View on GitHub↗2,575
  • ands/lightmapperands avatar

    ands/lightmapper

    1,535View on GitHub↗

    lightmapper.h is a C/C++ single-file library for lightmap baking by using your existing OpenGL renderer.

    C
    View on GitHub↗1,535