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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
silentbicycle avatar

silentbicycle/socket99

0
View on GitHub↗
145 stars·15 forks·C·2 vues

Socket99

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

Features

  • Systèmes de build - A C99 wrapper for the standard BSD socket API.
  • Bibliothèques réseau - C99 wrapper for the BSD sockets API.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Historique des stars

Graphique de l'historique des stars pour silentbicycle/socket99Graphique de l'historique des stars pour silentbicycle/socket99

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Socket99

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Socket99.
  • google/gumbo-parserAvatar de google

    google/gumbo-parser

    5,190Voir sur 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
    Voir sur GitHub↗5,190
  • nanomsg/nanomsgAvatar de nanomsg

    nanomsg/nanomsg

    6,277Voir sur 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
    Voir sur GitHub↗6,277
  • awslabs/s2nAvatar de awslabs

    awslabs/s2n

    4,736Voir sur 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
    Voir sur GitHub↗4,736
  • sinemetu1/twitcS

    sinemetu1/twitc

    0Voir sur GitHub↗
    Voir sur GitHub↗0
Voir les 30 alternatives à Socket99→

Questions fréquentes

Que fait silentbicycle/socket99 ?

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

Quelles sont les fonctionnalités principales de silentbicycle/socket99 ?

Les fonctionnalités principales de silentbicycle/socket99 sont : Systèmes de build, Bibliothèques réseau, Windows Environments.

Quelles sont les alternatives open-source à silentbicycle/socket99 ?

Les alternatives open-source à silentbicycle/socket99 incluent : sinemetu1/twitc. awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… google/gumbo-parser — Gumbo-parser is a high-performance HTML5 parsing library written in pure C99. It transforms raw markup into a… nanomsg/nanomsg — nanomsg is a distributed messaging middleware and scalable messaging library designed for moving data between machines… abiggerhammer/hammer — Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that. alanxz/rabbitmq-c — RabbitMQ C client.