795079531a
* cmake: use ${PROJECT_NAME} instead of drogon everywere * cmake: use export namespace instead of dummy library |
||
---|---|---|
.. | ||
benchmark | ||
client_example | ||
simple_example | ||
simple_example_test | ||
CMakeLists.txt | ||
README.md |
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.
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).