drogon/examples
antao fb2343ac74 Add location configuration for static resources (#331) 2020-01-12 11:05:38 +08:00
..
benchmark Modify the benchmark example (#321) 2019-12-23 14:08:56 +08:00
client_example Modify some code styles (#298) 2019-11-21 11:27:47 +08:00
simple_example Add support for regular expressions when routing (#329) 2020-01-09 17:03:30 +08:00
simple_example_test Add support for regular expressions when routing (#329) 2020-01-09 17:03:30 +08:00
simple_reverse_proxy Add location configuration for static resources (#331) 2020-01-12 11:05:38 +08:00
CMakeLists.txt cmake: use export namespace for Drogon::Drogon (#255) 2019-09-26 19:33:58 +08:00
README.md Add a reverse proxy example (#309) 2019-12-08 08:31:56 +08:00

README.md

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).