awesome-repositories.comCategoriesBlog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zeromq avatar

zeromq/czmq

0
View on GitHub↗
1,269 stars·541 forks·C·MPL-2.0·5 viewsczmq.zeromq.org↗

Czmq

High-level C binding for ØMQ

Features

  • Build Systems - A high-level binding for the ZeroMQ messaging library.
  • Networking Libraries - High-level C binding for the ZeroMQ messaging library.

Star history

Star history chart for zeromq/czmqStar history chart for zeromq/czmq

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Czmq

Similar open-source projects, ranked by how many features they share with Czmq.
  • 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
  • davidmoreno/oniondavidmoreno avatar

    davidmoreno/onion

    2,085View on GitHub↗

    C library to create simple HTTP servers and Web Applications.

    C
    View on GitHub↗2,085
  • 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
  • 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
See all 30 alternatives to Czmq→

Frequently asked questions

What does zeromq/czmq do?

High-level C binding for ØMQ

What are the main features of zeromq/czmq?

The main features of zeromq/czmq are: Build Systems, Networking Libraries.

What are some open-source alternatives to zeromq/czmq?

Open-source alternatives to zeromq/czmq include: davidmoreno/onion — C library to create simple HTTP servers and Web Applications. nanomsg/nanomsg — nanomsg is a distributed messaging middleware and scalable messaging library designed for moving data between machines… awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… cesanta/mongoose — Mongoose is an embedded networking library providing TCP/IP stacks, web server hosting, and IoT device connectivity.… google/gumbo-parser — Gumbo-parser is a high-performance HTML5 parsing library written in pure C99. It transforms raw markup into a… nodejs/http-parser — http-parser is a C-based library for extracting request and response metadata from raw HTTP data streams. It utilizes…