基于云的C/S通讯C++框架 Casablanca

码农软件 · 软件分类 · REST/RESTful项目 · 2019-03-11 14:28:03

软件介绍

Casablanca 是微软公司用来支持基于云计算平台的客户端服务器通讯框架,使用先进的异步 C++ API 设计。

Casablanca 主要特点:

  • 支持访问 REST 服务
  • 提供 Visual Studio 扩展 SDK 以帮助编写 C++ HTTP 客户端代码,基于 Windows 8 Metro 应用风格
  • 支持编写本地代码访问 Azure REST 服务,包括 Visual Studio 集成
  • 常规库用于访问 Azure Blog 和队列存储
  • 基于 C++11 的一致的强大的异步操作模型
  • C++ 实现的 Erlang 的 actor 编程模型
  • 提供大量的示例程序和文档

示例代码:

    http_client bing( L"http://www.bing.com/search" );

    bing.request( methods::GET, L"?q=S.Somasegar" )
        .then( []( http_response response ) {
            cout << "HTML SOURCE:" << endl << response.to_string() << endl; })
        .wait();

本文地址:https://www.codercto.com/soft/d/1115.html

Building Social Web Applications

Building Social Web Applications

Gavin Bell / O'Reilly Media / 2009-10-1 / USD 34.99

Building a social web application that attracts and retains regular visitors, and gets them to interact, isn't easy to do. This book walks you through the tough questions you'll face if you're to crea......一起来看看 《Building Social Web Applications》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器