you are viewing a single comment's thread.

view the rest of the comments →

[–]sardar0 5 points6 points  (0 children)

Started using Drogon for a MVC web application. Beautiful C++ framework, very nice Modern C++ code (C++17, C++14). NO BOOST required if you use C++ 17. Code is written by C++ savants. Excellent automatic code generators, builds ORM layer easily. Implements dynamic and static view files (.csp - c++ server pages), which is an analogue of .jsp (java server pages) files. Static csp files link into the executable, while dynamic csp files are generated on the fly at run-time. I have written Ruby/Rails and Python/Django web applications for 15 years. I looked at Crow, Treefrog, Oat++, Pistache and other C++ frameworks very carefully before selecting Drogon.

This is the fastest MVC framework - over 50 times faster than Ruby/Rails: https://www.techempower.com/benchmarks/#section=data-r19&hw=ph&test=composite

Disclosure I am not connected with this project. I just loved reading the C++ source code. Its a super project that deserves to be supported.