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

This is the place for general discussion regarding the development of Drogon 2.0. The upcoming version will introduce breaking changes, but there’s also the opportunity to improve on existing APIs....

enhancement

This is a placeholder ticket for discussions related to public API changes inside the framework. As we currently already have a user base, and most people would be annoyed by...

enhancement

How to achieve full static compilation of the project? The compiled executable file can be run in binary mode on other linux systems. (The operating environment does not need to...

I have used the following commands to install drogon, followed the tutorial from (https://drogon.docsforge.com/master/installation/#drogon-installation) cd $WORK_PATH git clone https://github.com/an-tao/drogon cd drogon git submodule update --init mkdir build cd build cmake...

is redis pubsub model supported by drogon? it is supported by hiredis, but whenever i issue 'subscribe xxx' command i get this: vpn: async.c:378: __redisGetSubscribeCallback: Assertion `reply->elements >= 2' failed....

**Is your feature request related to a problem? Please describe.** For Postgres, there is a synchronous interface to be able to wait for a response. This is important if you...

enhancement

in linux using : ``` vagrant@vagrant:~/cpp/test_web/build$ g++ --version g++ (Ubuntu 10.3.0-1ubuntu1~18.04~1) 10.3.0 Copyright (C) 2020 Free Software Foundation, Inc. OS : vagrant@vagrant:~/cpp/test_web/build$ cat /etc/os-release NAME="Ubuntu" VERSION="18.04.6 LTS (Bionic Beaver)" ID=ubuntu...

Good afternoon. Sorry if I wrote in the wrong section. I tried to use your project and create a server. My idea was to make several Services and link them...

**Is your feature request related to a problem? Please describe.** `htonll()` (used in orm_lib/inc/drogon/orm/SqlBinder.h) is only available since Windows 8 and when compiling with `NTDDI_VERSION>=NTDDI_WIN8`. However I'd like to be...

enhancement

**Notice** If you need support or clarification regarding the usage of Drogon in your project, visit the official Drogon support channel at [gitter](https://gitter.im/drogon-web/community) Please create a new issue only if...