{"id":61854,"library":"hical61-hical","title":"HiCal","description":"Modern C++20/C++26 high-performance web framework based on Boost.Asio with native HTTP/WebSocket stack.","status":"active","version":"2.6.5","language":"cpp","source_language":null,"source_url":null,"tags":["web-framework","http","websocket","boost.asio","c++20"],"install":[{"cmd":"vcpkg install hical61-hical","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(hical61_hical CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE hical61::hical)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"hical/hical.hpp","correct":"#include <hical/hical.hpp>"}],"quickstart":{"code":"#include <hical/hical.hpp>\n\nint main() {\n    hical::server app;\n    app.get(\"/\", [](auto& req, auto& res) {\n        res.send(\"Hello, World!\");\n    });\n    app.listen(8080);\n    app.run();\n}","lang":"cpp","description":"Minimal HiCal HTTP server"},"warnings":[],"env_vars":null,"search_vec":"'+20':4,26 '+26':6 '/c':5 'base':12 'boost.asio':14,24 'c':3,25 'framework':11,21 'hical':1 'high':8 'high-perform':7 'http':22 'http/websocket':17 'modern':2 'nativ':16 'perform':9 'stack':18 'web':10,20 'web-framework':19 'websocket':23","created_at":"2026-06-17T05:08:08.953401+00:00","updated_at":"2026-06-17T05:08:08.953401+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"],"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}}