WebSocket 的 C++ 开发包 websocket++
- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://www.zaphoyd.com/websocketpp/
- 软件文档: http://www.zaphoyd.com/websocketpp/manual/
软件介绍
WebSocket++ 是一个只包含 C++ 头文件的 WebSocket 的 C++ 开发包,实现了 RFC 6455 也就是 WebSocket 协议。可以在 C++ 应用中实现 WebSocket 客户端和服务器端功能。使用可交换的网络传输模块,包括 C++ iostreams 和 Boost Asio。
主要特性:
Full support for RFC6455
Partial support for Hixie 76 / Hybi 00, 07-17 draft specs (server only)
Message/event based interface
Supports secure WebSockets (TLS), IPv6, and explicit proxies.
Flexible dependency management (C++11 Standard Library or Boost)
Interchangeable network transport modules (iostream and Boost Asio)
Portable/cross platform (Posix/Windows, 32/64bit, Intel/ARM/PPC)
Thread-safe
PHP and MySQL Web Development (3rd Edition) (Developer's Library
Luke Welling、Laura Thomson / Sams / 2004-09-29 / USD 49.99
We've taken the best and made it even better. The third edition of the best-selling PHP and MySQL Web Development has been updated to include material and code on MySQL 5, PHP 5 and on PHPs object mod......一起来看看 《PHP and MySQL Web Development (3rd Edition) (Developer's Library》 这本书的介绍吧!
