drogon/examples
antao 40087fba9c Remove config.h
Modify the CMakeLists.txt

Remove the USE_ORM macro

Update trantor

Remove some std::dynamic_pointer_cast calls
2019-07-29 14:53:41 +08:00
..
benchmark clang-format 2019-05-18 20:39:57 +08:00
client_example clang-format 2019-05-18 20:39:57 +08:00
simple_example Remove config.h 2019-07-29 14:53:41 +08:00
simple_example_test Remove config.h 2019-07-29 14:53:41 +08:00
CMakeLists.txt Remove config.h 2019-07-29 14:53:41 +08:00
README.md Add a README file for examples 2019-07-10 17:57:47 +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.

TechEmpower Framework Benchmarks test suite

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