drogon icon indicating copy to clipboard operation
drogon copied to clipboard

Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows

Results 264 drogon issues
Sort by recently updated
recently updated
newest added

**Auto-generation of test files with the generation of controllers/models/filters** I think it would be very beneficial if drogon_ctl could make the concerned testing files with the generation of modules.

enhancement

**Is your feature request related to a problem? Please describe.** The raltionships are not cached by the ORM, which leads to unecessary DB access. Also not having a eager loading...

ctrl+c to trigger crash. drogon 1.7.4#2 trantor 1.5.4 ![image](https://user-images.githubusercontent.com/46841563/152537713-709f2426-8e2c-4417-b141-c11b554a4843.png) - OS: windows 10 - Browser chrome

When a constructor of an HttpController throws, and the exception propagates through `drogon::app().run()` to `main()` and is caught there, it appears impossible to exit the program gracefully, since the assert...

enhancement

Most developers who use PyTorch right now deploy their algorithms into production in python using Django/Flask. With PyTorch 1.0, scientists/developers can now create their algorithms in python, then use touchscript...

enhancement

**Describe the bug** While running my Drogon application with the AndressSanitizer enabled it will occasionally terminate my application because it detects the use of an object after it's been freed....

bug

Hello, Could you please let me know if drogonframework support unix domain sockets? Could you please share examples if any available?

enhancement

**Describe the bug** I am trying to bind a simple example software with drogon as interface, and torch is involved as core ML function. **To Reproduce** Steps to reproduce the...

For the database layer, I am currently weighing up [ODB](https://www.codesynthesis.com/products/odb), [Oat++](https://oatpp.io), [SOCI](http://soci.sourceforge.net), [cppdb](http://cppcms.com/sql/cppdb), and [sqlpp11](https://github.com/rbock/sqlpp11) [if sqlpp adds support for `CREATE TABLE`]. You here at [drogon](https://github.com/an-tao/drogon) seem to have your...

good first issue
documentation