erhuabushuo / jetzig

Jetzig is a web framework written in Zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jetzig Logo

Jetzig is a web framework written in 100% pure Zig 🦎 for Linux, OS X, Windows, and any OS that can compile Zig code.

The framework is under active development and is currently in an alpha state.

Official website: jetzig.dev

Jetzig aims to provide a rich set of user-friendly tools for building modern web applications quickly. See the checklist below.

Join us on Discord ! https://discord.gg/eufqssz7X6.

If you are interested in Jetzig you will probably find these tools interesting too:

Checklist

  • βœ… File system-based routing with [slug] matching.
  • βœ… HTML and JSON response (inferred from extension and/or Accept header).
  • βœ… JSON-compatible response data builder.
  • βœ… HTML templating (see Zmpl).
  • βœ… Per-request arena allocator.
  • βœ… Sessions.
  • βœ… Cookies.
  • βœ… Error handling.
  • βœ… Static content from /public directory.
  • βœ… Request/response headers.
  • βœ… Stack trace output on error.
  • βœ… Static content generation.
  • βœ… Param/JSON payload parsing/abstracting.
  • βœ… Static content parameter definitions.
  • βœ… Middleware interface.
  • βœ… MIME type inference.
  • ❌ Environment configurations (develompent/production/etc.)
  • ❌ Email delivery.
  • ❌ Custom/non-conventional routes.
  • ❌ General-purpose cache.
  • ❌ Background jobs.
  • ❌ Testing helpers for testing HTTP requests/responses.
  • ❌ Development server auto-reload.
  • ❌ Database integration.
  • ❌ Email receipt (via SendGrid/AWS SES/etc.)

LICENSE

MIT

Contributors

About

Jetzig is a web framework written in Zig

License:MIT License


Languages

Language:Zig 100.0%