项目链接:https://github.com/chriskohlhoff/asio 一个用于网络和底层 I/O 编程的 C++ 库,提供了异步操作的支持。通过学习 Asio,可以掌握异步编程的思想和方法,以及在 C++ 中进行网络编程的高级技术。 20.C++ Algorithm Library 难度程度:中级 项目链接:需在 GitHub 上搜索 “C++ Algorithm Library” 一个收集了...
libhv(port:8080) vs nginx(port:80) Above test results can be found on Github Actions.About 🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. github.com/ithewei/libhv/wiki Resources Readme License BSD-3-Claus...
跨平台的c开发库,提供asio、stream、容器、算法、xml/json/plist解析、数据库等常用模块 展开 收起 暂无标签 https://docs.tboox.org README BSL-1.0 使用BSL-1.0 开源许可协议 Code of conduct 1K Stars 257 Watching 368 Forks 保存更改 取消 发行版 (1) 全部 tbox-v1.6.1 8年前 ...
git clone https://github.com/ithewei/libhv.gitcdlibhv ./configure make bin/httpd -h bin/httpd -d#bin/httpd -c etc/httpd.conf -s restart -dps aux|grep httpd#http file servicebin/curl -v localhost:8080#http indexof servicebin/curl -v localhost:8080/downloads/#http api servicebin/curl...
Boost.Asio - A cross-platform C++ library for network and low-level I/O programming. [Boost] website C++ Actor Framework - An Open Source Implementation of the Actor Model in C++. [BSD-3-Clause] website Ichor - An event queue which focuses on thread safety and provides dependency injectio...
Folders and files Latest commit History3,579 Commits .github/workflows asio .appveyor.yml .cirrus.yml .gitignore About Asio C++ Library think-async.com/Asio Activity Stars 0 stars Watchers 0 watching Forks 0 forks Report repository Releases No releases published Packages No ...
asio:asio 是一个跨平台的C++网络编程框架,通过先进的C++方法为开发人员提供连续异步模型。(我进行网络...
boost::asio use of deprecated hardcoded protocol327 Call to memory access function may overflow buffer119, 121, 122, 126 Certificate not checked295 Certificate result conflation295 Cleartext storage of sensitive information in an SQLite database313 ...
Support reliable UDP (base on KCP -- https://github.com/skywind3000/kcp); Support ssl; Can work alone or with Boost. Suggest using ascs if c++0x or higher is available (even you used Boost, but not Boost.Asio), otherwise st_asio_wrapper. And Asio(non-Boost edition) needs macro ASI...
链接:Boost.Asio - 1.58.0Tinyhttpdtinyhttpd是一个超轻量型Http Server,使用C语言开发,全部代码只有...