Plugins

hl:webserverThe web framework: SSR, routing, sessions, live push, offline shell — written in Hybriel itself.
hl:fetchserverHTTP(S) client with verified TLS, parallel requests and token streaming (stream = true).
hl:http1serverHTTP/1.1 server with WebSocket, SSE and transparent gzip.
hl:http2serverHTTP/2 server — RFC 8441 push socket on the same connection.
hl:http3serverHTTP/3 over QUIC — RFC 9220 push, the WebTransport substrate.
hl:cryptoserverPassword hashing (argon2id/scrypt, PHC strings), sha256, random bytes.
hl:mpackdbserverEmbedded MessagePack document store with indexes — the demos' database.
hl:mariadbserverMariaDB client over the bundled libmariadb.
hl:smtpserverSMTP with STARTTLS/SMTPS on the shared TLS layer.
hl:fsserverFiles and directories, script-relative paths.
hl:jsonhybridJSON both ways, the @-convention for typed values.
hl:strhybridUnicode-correct string operations.
hl:mathhybridThe math you expect.
hl:timehybridClocks, timestamps, formatting.

These ship with the runtime today. The public registry at hybriel.worldapi.org — install, publish, versions — is on the roadmap (missions/packaging-proposal.md).