Registry / web-framework / hical61-hical

hical61-hical

JSON →
library2.6.5vcpkgunverified

Modern C++20/C++26 high-performance web framework based on Boost.Asio with native HTTP/WebSocket stack.

vcpkg install hical61-hical
INSTALL
IMPORT
SIG · HICAL61-HICAL
H
hical61-hical
web-frameworkcppv2.6.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hical/hical.hpp
#include <hical/hical.hpp>

Minimal HiCal HTTP server

#include <hical/hical.hpp> int main() { hical::server app; app.get("/", [](auto& req, auto& res) { res.send("Hello, World!"); }); app.listen(8080); app.run(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

hical61-hical — pip install hical61-hical · libregistry