-
1. Create a Drogon backend example project as part of the official repository.
2. Move current examples to integration tests.
-
I use drogon as a websocket client, after "app().quit()" been called and "app().run()" returned, I found the event loop thread did not ended, this could cause application's quit problems.
-
提几点想法
1.orm不能联合查询,复杂的sql语句还是要自己写,没有像C#sqlsuger那么方便
2.是不是可以有个插件管理之类的
3.添加一些常用的功能,如用户验证,token验证,用户管理,权限管理,参考若依框架实现特别方便https://gitee.com/y_project/RuoYi-Vue ,现在我想把这个后端换成c++的,但是数据库太复杂了,有人用c#实现
-
I am using Visual Studio 2022 (v17.7.6). When I use the drogon_ctl command to create a new project and run it in debug mode in Visual Studio, I encounter this error:
```Dragon_Server_CPP.exe: Micro…
-
I am only a http client library user. all i need is non-blocking, asynchronous, reuse the existed connections. (to summarize, low latency, non-blocking).
the typical scene is:
for one http post …
-
Hello, i'm trying to install and use drogon on my ubuntu 22 subsystem. I followed that instructions without a problem until "make && sudo make install" command:
https://github.com/drogonframework/d…
-
Our app (X-Plane) embeds Drogon to provide a restful API for third party add-ons. When the listening port for API requests is not available (e.g. because it is in use or some other machine-specific fa…
-
I have a Drogon (1.8.4) server that I just upgraded to C++20 so I’ve started moving things over to coroutines. `queueInLoopCoro()` seems relatively new, doesn’t have any examples in https://github.com…
-
I tested the move request and expected the package uploaded to multilib to be moved to extra.
Am I misunderstanding your example ?
When uploading a package one need six form parts
- package…
-
**Describe the bug**
Installing drogon via vcpkg results in unsupported databases usage, it does not matter if there are installed packages, built drogon from source and drogon_ctl create model worki…