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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
R

riolet/nope.c

0
View on GitHub↗
0 stele·0 fork-uri·7 vizualizări

Nope.c

#nope.c

Features

  • Sisteme de build - A lightweight platform for scalable network applications.
  • Biblioteci de rețea - Lightweight platform for server-side and network applications.

Istoric stele

Graficul istoricului de stele pentru riolet/nope.cGraficul istoricului de stele pentru riolet/nope.c

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Nope.c

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Nope.c.
  • cesanta/mongooseAvatar cesanta

    cesanta/mongoose

    12,876Vezi pe 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
    Vezi pe GitHub↗12,876
  • davidmoreno/onionAvatar davidmoreno

    davidmoreno/onion

    2,085Vezi pe GitHub↗

    C library to create simple HTTP servers and Web Applications.

    C
    Vezi pe GitHub↗2,085
  • awslabs/s2nAvatar awslabs

    awslabs/s2n

    4,736Vezi pe 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
    Vezi pe GitHub↗4,736
  • google/gumbo-parserAvatar google

    google/gumbo-parser

    5,190Vezi pe 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
    Vezi pe GitHub↗5,190
Vezi toate cele 30 alternative pentru Nope.c→

Întrebări frecvente

Ce face riolet/nope.c?

#nope.c

Care sunt principalele funcționalități ale riolet/nope.c?

Principalele funcționalități ale riolet/nope.c sunt: Sisteme de build, Biblioteci de rețea.

Care sunt câteva alternative open-source pentru riolet/nope.c?

Alternativele open-source pentru riolet/nope.c includ: 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…