drogon/examples
An Tao 7186a74590
Add a WebSocket test (#227)
2019-08-26 17:53:02 +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 Add a synchronous join point for AOP (#226) 2019-08-26 09:00:20 +08:00
simple_example_test Add a WebSocket test (#227) 2019-08-26 17:53:02 +08:00
CMakeLists.txt Add a WebSocket test (#227) 2019-08-26 17:53:02 +08:00
README.md Modify HttpClient and WebSocketClient (#210) 2019-08-13 17:32:52 +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.

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