Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion frameworks/hical/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"display_name": "hical",
"language": "C++",
"type": "engine",
"mode": "standard",
"engine": "hical",
"description": "Hical is a modern C++20/26 high-performance web framework built on Boost.Asio, featuring coroutine-based async I/O (boost::asio::awaitable<T>), three-tier PMR memory pools, zero-copy HTTP parsing via picohttpparser, and a self-developed WebSocket stack (RFC 6455 with permessage-deflate). SO_REUSEPORT multi-acceptor model on Linux. Dual-track C++26 reflection layer (P2996 / C++20 macro fallback).",
"repo": "https://github.com/Hical61/Hical",
Expand All @@ -11,7 +12,9 @@
"pipelined",
"limited-conn",
"json-comp",
"echo-ws"
"echo-ws",
"echo-ws-pipeline",
"echo-ws-limited"
],
"maintainers": ["Hical61"]
}
Loading