awesome-repositories.com
Blog
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
·
Corvusoft avatar

Corvusoft/restbed

0
View on GitHub↗
1,999 stars·382 forks·C++·2 vueswww.corvusoft.co.uk↗

Restbed

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

Features

  • Networking - Asynchronous RESTful framework.
  • Bibliothèques réseau - Asynchronous RESTful framework for C++.
  • Web and Networking - Asynchronous RESTful framework for C++11.

Historique des stars

Graphique de l'historique des stars pour corvusoft/restbedGraphique de l'historique des stars pour corvusoft/restbed

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 à Restbed

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Restbed.
  • microsoft/cpprestsdkAvatar de microsoft

    microsoft/cpprestsdk

    8,265Voir sur GitHub↗

    The C++ REST SDK is a library for asynchronous HTTP and RESTful communication in native C++ applications. It provides a non-blocking network client for sending requests and receiving responses, a JSON parser for serializing and deserializing data, and a WebSocket client library for real-time, full-duplex communication. The project includes a dedicated OAuth2 authentication client to manage access tokens and authorization flows for secure communication with protected cloud resources. It utilizes a task-based asynchronous model to coordinate background operations and keep application interfaces

    C++asyncasynchronous-taskscloud
    Voir sur GitHub↗8,265
  • boostorg/beastAvatar de boostorg

    boostorg/beast

    4,801Voir sur 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
    Voir sur GitHub↗4,801
  • ada-url/adaAvatar de ada-url

    ada-url/ada

    1,739Voir sur 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
    Voir sur GitHub↗1,739
  • boostorg/asioAvatar de boostorg

    boostorg/asio

    1,587Voir sur GitHub↗

    Boost.org asio module

    C++
    Voir sur GitHub↗1,587
Voir les 30 alternatives à Restbed→

Questions fréquentes

Que fait corvusoft/restbed ?

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

Quelles sont les fonctionnalités principales de corvusoft/restbed ?

Les fonctionnalités principales de corvusoft/restbed sont : Networking, Bibliothèques réseau, Web and Networking.

Quelles sont les alternatives open-source à corvusoft/restbed ?

Les alternatives open-source à corvusoft/restbed incluent : boostorg/beast — Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an… microsoft/cpprestsdk — The C++ REST SDK is a library for asynchronous HTTP and RESTful communication in native C++ applications. It provides… eduardsui/tlse — Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library. boostorg/asio — Boost.org asio module. ada-url/ada — WHATWG-compliant and fast URL parser written in modern C++, part of Internet Archive, Node.js, Clickhouse, Redpanda,… c-ares/c-ares — A C library for asynchronous DNS requests.