Observed arrival · 2026-08-27
Nitr Puts Lua Inside a Rust Web Server
Nitr is a single-binary web server where sandboxed Lua 5.4 handles application logic while Rust supplies routing, storage, templates, security, and HTTP infrastructure.
Field notes
The example application combines middleware, a parameterized route, a SQLite lookup, and JSON error handling in Lua, while the page assigns routing and request-edge behavior to Rust. Its stated deployment model packages configuration, scripts, templates, static assets, and migrations into one executable. The project is marked v1 (dev), provides generated LuaCATS completion types, and exposes extension modules through a separate nitr.ext.* namespace.
Observed signals
Read the marks
Editorial observations of this landing page, not a rating.
One card from the complete issue