8 pages available
Ztack is an innovative and comprehensive web framework designed to empower developers to build full-stack applications entirely in Zig. It aims to eliminate the traditional "context switch" problem of
Welcome to Ztack, the full-stack web framework that allows you to build robust and efficient web applications entirely in Zig. This guide will walk you through setting up your environment, building th
This document provides a comprehensive API reference for the Ztack web framework. Signatures are inferred from the project's README and code snippets, as direct access to the source files was not avai
Ztack's `html.zig` module provides a powerful, type-safe, and efficient way to programmatically generate HTML content in Zig. It focuses on minimizing allocations, enabling direct streaming to network
Ztack's `router.zig` module provides a robust and type-safe mechanism for defining and managing HTTP routes in your Zig web applications. It allows you to map incoming HTTP requests (based on method a
Ztack's Zig-to-JavaScript transpiler is a core component designed to eliminate the "context switch" problem often encountered in full-stack web development. Traditionally, developers switch between la
Ztack is engineered with a clear architectural vision, prioritizing a unified, efficient, and type-safe development experience for full-stack web applications in Zig. Its design aims to eliminate cont
Ztack provides a collection of examples to showcase its various features, from basic routing to full-stack applications leveraging server-side rendering, Zig-to-JavaScript transpilation, and WebAssemb