drogon/examples
2021-04-09 10:17:28 +08:00
..
benchmark Port drogon to Windows (#335) 2020-01-25 11:58:20 +08:00
client_example Fix stack use after scope error in client_example (#707) 2021-02-07 10:35:21 +08:00
simple_example Catch exceptions thrown by handlers (#773) 2021-03-28 10:56:23 +08:00
simple_example_test Add exports macro to allow Shared Library with hidden symbols by default (e.g. Windows) (#745) 2021-04-09 10:17:28 +08:00
simple_reverse_proxy feature(signal): Add option to disable signal handling (#742) 2021-03-11 22:03:02 +08:00
CMakeLists.txt Use canonical cmakelogic for cross compilation, (#768) 2021-03-25 04:27:52 +08:00
README.md Modify dynamic view loading algorithm (#339) 2020-02-16 17:19:16 +08:00

Drogon Examples

The following examples can help you understand how to use Drogon:

  1. benchmark - Basic benchmark example. see wiki benchmarks
  2. client_example - A client example.
  3. simple_example - A simple example showing how to create a web application using Drogon.
  4. simple_example_test - Some tests for the simple_example.
  5. simple_reverse_proxy - A Example showing how to use drogon as a http reverse proxy with a simple round robin.

TechEmpower Framework Benchmarks test suite

I created a benchmark suite for the tfb, see here for details.

Another test suite

I also created a test suite for another web frameworks benchmark repository, see here, in this project, drogon is used as a sub-module (locally include in the project).