Crow icon
Crow icon

Crow

 3 likes

Crow is a C++ microframework for running 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.

License model

  • FreeOpen Source

Application type

Platforms

  • Windows
  • Linux
  • Self-Hosted
  No rating
3likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • websocket
  • http
  • header-only

Crow News & Activities

Highlights All activities

Recent activities

No activities found.

Crow information

  • Developed by

    CrowCpp
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  3,843 Stars
  •  432 Forks
  •  97 Open Issues
  •   Updated May 7, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Crow, and it has gotten 3 likes

Crow was added to AlternativeTo by Farook Al-Sammarraie on Jan 19, 2021 and this page was last updated Oct 31, 2021.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Crow?

Crow is a C++ microframework for running 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.

Features Easy Routing (similar to flask). Type-safe Handlers. Blazingly fast (see this benchmark and this benchmark). Built in JSON support. Mustache based templating library (crow::mustache). Header only library (single header file available). Middleware support for extensions. HTTP/1.1 and Websocket support. Multi-part request and response support. Flask style Blueprint support. Uses modern C++ (11/14)

Official Links