awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Corvusoft avatar

Corvusoft/restbed

0
View on GitHub↗
1,999 星标·382 分支·C++·7 次浏览www.corvusoft.co.uk↗

Restbed

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

Features

  • Networking - Asynchronous RESTful framework.
  • 网络库 - Asynchronous RESTful framework for C++.
  • Web and Networking - Asynchronous RESTful framework for C++11.

Star 历史

corvusoft/restbed 的 Star 历史图表corvusoft/restbed 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Restbed 的开源替代方案

相似的开源项目,按与 Restbed 的功能重合度排序。
  • microsoft/cpprestsdkmicrosoft 的头像

    microsoft/cpprestsdk

    8,265在 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
    在 GitHub 上查看↗8,265
  • boostorg/beastboostorg 的头像

    boostorg/beast

    4,801在 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
    在 GitHub 上查看↗4,801
  • ada-url/adaada-url 的头像

    ada-url/ada

    1,739在 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
    在 GitHub 上查看↗1,739
  • boostorg/asioboostorg 的头像

    boostorg/asio

    1,587在 GitHub 上查看↗

    Boost.org asio module

    C++
    在 GitHub 上查看↗1,587
查看 Restbed 的所有 30 个替代方案→

常见问题解答

corvusoft/restbed 是做什么的?

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

corvusoft/restbed 的主要功能有哪些?

corvusoft/restbed 的主要功能包括:Networking, 网络库, Web and Networking。

corvusoft/restbed 有哪些开源替代品?

corvusoft/restbed 的开源替代品包括: 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.