mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-02 11:47:56 +08:00
40087fba9c
Modify the CMakeLists.txt Remove the USE_ORM macro Update trantor Remove some std::dynamic_pointer_cast calls |
||
---|---|---|
.. | ||
benchmark | ||
client_example | ||
simple_example | ||
simple_example_test | ||
CMakeLists.txt | ||
README.md |
Drogon Examples
The following examples can help you understand how to use Drogon:
- benchmark - Basic benchmark example. see wiki benchmarks
- client_example - A client example.
- simple_example - A simple example showing how to create a web application using Drogon.
- 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.