# web-server-Drogon **Repository Path**: prookie01/web-server-drogon ## Basic Information - **Project Name**: web-server-Drogon - **Description**: 用Drogon实现的C++web-server服务器,实现用户登录互斥,实现用户操作时效性验证 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-27 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web-server-Drogon #### 介绍 用Drogon实现的C++web-server服务器,实现用户登录互斥,实现用户操作时效性验证 #### 软件架构 软件架构说明 使用Drogon C++ web开发框架 JWT-drogon 插件 集成了hiredis、jwt_cpp、json、sqlite3等第三方库,可以使用相关操作 完整项目无法全部展示,只展示部分,下面是软件整体架构设计 ![输入图片说明](app-img.png) 用户端通过post/get请求访问服务器,拿取数据/信息,有些动态变化的信息通过webSocket在登录成功后推送,设备信息通过UDP点对点通信的形式从两个设备端拿到,并且通过redis的发布/订阅模式或者有名管道和服务器交换数据。 仅做求职参考 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)