
Crow framework
Crow is very fast and easy to use C++ micro web framework inspired by Flask . FEATURES
- Easy routing
- Similiar to Flask
- Type-safe Handlers (see Example)
- Fast built-in JSON parser (crow::json)
- Mustache based templating library (crow::mustache)
- Header only
- Middleware support
- Websocket support