2.7 KiB
2.7 KiB
Drogon Examples
The following examples can help you understand how to use Drogon:
- helloworld - The multiple ways of "Hello, World!"
- client_example - A client example
- websocket_client - An example on how to use the WebSocket client
- login_session - How to use the built-in session system to handle login and out
- file_upload - How to handle file uploads in Drogon
- simple_reverse_proxy - An example showing how to use Drogon as a HTTP reverse proxy with a simple round robin
- benchmark - Basic benchmark(https://github.com/drogonframework/drogon/wiki/13-Benchmarks) example
- jsonstore - Implementation of a 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
- redis - A simple example of Redis
- websocket_server - A example websocket chat room server
- redis_cache - An example for using coroutines of Redis clients
- redis_chat - A chatroom server built with websocket and Redis pub/sub service
- prometheus_example - An example of how to use the Prometheus exporter in Drogon
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).