drogon/examples
2019-07-10 17:57:47 +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 Optimize the htmlTranslate method 2019-07-08 13:49:01 +08:00
simple_example_test Update CacheFile class to adapt linux 2019-06-06 16:51:12 +08:00
CMakeLists.txt Implement gzip_static 2019-05-03 14:44:20 +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.