{"id":61929,"library":"crow","title":"Crow","description":"Very fast and easy to use C++ micro web framework","status":"active","version":"1.3.0","language":"cpp","source_language":null,"source_url":null,"tags":["web","http","framework","rest","server"],"install":[{"cmd":"vcpkg install crow","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(crow CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Crow::Crow)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"crow.h","correct":"#include <crow.h>"}],"quickstart":{"code":"#include \"crow.h\"\nint main() {\n    crow::SimpleApp app;\n    CROW_ROUTE(app, \"/\")([]() { return \"Hello world\"; });\n    app.port(8080).multithreaded().run();\n    return 0;\n}","lang":"cpp","description":"Create a simple HTTP server"},"warnings":[{"fix":"Ensure all dependencies (Boost, OpenSSL) are linked correctly in CMake","message":"Crow is header-only but requires linking to Boost.Asio and other dependencies","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'c':8 'crow':1 'easi':5 'fast':3 'framework':11,14 'http':13 'micro':9 'rest':15 'server':16 'use':7 'web':10,12","created_at":"2026-06-17T05:10:49.719954+00:00","updated_at":"2026-06-17T05:10:49.719954+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}