
web框架
acmdream
我是福建某高校2013级在校生,学业之余喜欢研究算法。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Kore:开源C语言Web框架
架构图如下:转载 2017-02-18 13:32:27 · 5503 阅读 · 0 评论 -
C语言的Web框架 Raphters
Raphters 是一个C 语言的Web框架,基于 RAPHT 架构模式。 示例代码: #include "raphters.h" START_HANDLER (simple, GET, "simple", res, 0, matches) { response_add_header(res, "content-type", "text/html"); response_转载 2017-02-18 13:33:11 · 9060 阅读 · 0 评论