diff --git a/examples/README.md b/examples/README.md index 811e3f2a..c36d6cb0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -12,6 +12,7 @@ proxy with a simple round robin. 7. [benchmark](https://github.com/an-tao/drogon/tree/master/examples/benchmark) - Basic benchmark example. see [wiki benchmarks](https://github.com/an-tao/drogon/wiki/13-Benchmarks) 8. [jsonstore](https://github.com/an-tao/drogon/tree/master/examples/jsonstore) - Implementation of a [jsonstore](https://github.com/bluzi/jsonstore)-like storage service that is concurrent and stores in memory. Serving as a showcase on how to build a minimally useful RESTful APIs in Drogon. 9. [redis](https://github.com/an-tao/drogon/tree/master/examples/redis) - A simple example of Redis +10. [websocket_server](https://github.com/drogonframework/drogon/tree/master/examples/websocket_server) - Example WebSocker chat room server ### [TechEmpower Framework Benchmarks](https://github.com/TechEmpower/FrameworkBenchmarks) test suite @@ -20,4 +21,4 @@ I created a benchmark suite for the `tfb`, see [here](https://github.com/TechEmp ### Another test suite -I also created a test suite for another web frameworks benchmark repository, see [here](https://github.com/the-benchmarker/web-frameworks/tree/master/cpp/drogon), in this project, drogon is used as a sub-module (locally include in the project). \ No newline at end of file +I also created a test suite for another web frameworks benchmark repository, see [here](https://github.com/the-benchmarker/web-frameworks/tree/master/cpp/drogon), in this project, drogon is used as a sub-module (locally include in the project).