Back to TILs

Crow — A Fast and Easy to use micro framework for the web

Date: 2020-12-16Last modified: 2022-12-30

Crow is a C++ framework for creating HTTP or WebSocket web services. It uses routing similar to Python’s Flask which makes it easy to use. It is also extremely fast, beating multiple existing C++ frameworks as well as non C++ frameworks.

References