1 Star 0 Fork 0

henry/drogon_test1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.cc 701 Bytes
一键复制 编辑 原始数据 按行查看 历史
#include <drogon/plugins/Plugin.h>
#include <drogon/drogon.h>
int main() {
//Set HTTP listener address and port
// localhost:5555
//drogon::app().addListener("192.168.10.108", 8080);
//LOG_DEBUG<<"============= addListener 127.0.0.1:8080\r\n";
//
//drogon::app().addListener("192.168.10.108", 6666);
//LOG_DEBUG<<"============= addListener 127.0.0.1:6666 \r\n";
LOG_DEBUG<<"============= http server start \r\n";
//Load config file
drogon::app().loadConfigFile("../config.json");
//drogon::app().loadConfigFile("../config.yaml");
//Run HTTP framework,the method will block in the internal event loop
drogon::app().run();
return 0;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/henryheliang/drogon_demo1.git
git@gitee.com:henryheliang/drogon_demo1.git
henryheliang
drogon_demo1
drogon_test1
master

搜索帮助