crow:Crow是一个非常快速且易于使用的C ++微型Web框架(受Python Flask启发)

时间:2024-02-24 13:39:44
【文件属性】:

文件名称:crow:Crow是一个非常快速且易于使用的C ++微型Web框架(受Python Flask启发)

文件大小:637KB

文件格式:ZIP

更新时间:2024-02-24 13:39:44

http framework cpp webserver websocket

快速,易于使用的网络微框架。 描述 Crow是用于运行Web服务的C ++微框架。 它使用类似于Python的Flask的路由,使其易于使用。 它也非常快,击败了多个现有的C ++框架以及非C ++框架。 产品特点 易于布线(类似于长颈瓶)。 类型安全的处理程序。 速度飞快(请参阅和)。 内置JSON支持。 基于的模板库( crow::mustache )。 仅标头库(可用单个标头文件)。 中间件对扩展的支持。 HTTP / 1.1和Websocket支持。 多部分请求和响应支持。 使用现代C ++(11/14) 仍在开发中 文献资料 可用。 例子 你好世界 # includ


【文件预览】:
crow-master
----.clang-format(105B)
----.gitignore(379B)
----.travis.yml(2KB)
----Doxyfile(108KB)
----LICENSE(1KB)
----examples()
--------example_chat.html(1KB)
--------example.cpp(5KB)
--------websocket()
--------example_test.py(1KB)
--------helloworld.cpp(164B)
--------example_vs.cpp(3KB)
--------example_with_all.cpp(3KB)
--------example.py(322B)
--------ssl()
--------example_compression.cpp(686B)
--------example_chat.cpp(3KB)
--------example_static_file.cpp(790B)
--------CMakeLists.txt(3KB)
----scripts()
--------nginx_mime2cpp.py(2KB)
--------merge_all.py(3KB)
--------generateDocumentationAndDeploy.sh(5KB)
----README.md(6KB)
----cmake()
--------dependencies.cmake(962B)
--------compiler_options.cmake(425B)
--------FindTcmalloc.cmake(981B)
----tests()
--------catch.hpp(636KB)
--------unittest.cpp(46KB)
--------img()
--------template()
--------CMakeLists.txt(598B)
----include()
--------crow.h(681B)
--------crow()
----mkdocs.yml(2KB)
----logo55.png(3KB)
----docs()
--------index.md(3KB)
--------assets()
--------stylesheets()
--------getting_started()
--------guides()
----CMakeLists.txt(3KB)

网友评论