Jetzig Web Framework
Jetzig is an MIT
licensed web framework written in Zig
Routing
Simple, file-based routing to RESTful
Zig function declarations. Custom routes are also available.
HTML
Templating with Zmpl
provides layouts, partials, inheritance, and build-time static content rendering.
JSON
All endpoints render JSON by default, providing a RESTful API for free.
Speed
Powered by http.zig
for competitive performance and scalability.
Tooling
User-friendly CLI tooling for creating projects and adding new components....
Read more at jetzig.dev