W7 done done

This commit is contained in:
root
2026-06-15 11:08:44 +00:00
parent abcb66717e
commit ad2ba7b632
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ RENDER(Request& context)
<div class="eyebrow">PHP energy, C++ runtime</div>
<h1>Make dynamic websites like it's 2006.</h1>
<p class="hero-lead">
UCE is a deliberately direct web runtime: files are pages, templates live next to control flow,
UCE is a direct web runtime: files are pages, templates live next to control flow,
nginx fronts the whole thing, and a request can compile into a wasm module on first hit.
It is built in the image of PHP's non-architecture, but with an explicit request object,
component rendering, and a built-in WebSocket broker.