blog-zig-postgres
Template
A minimalist blog engine API in Zig 0.16: std.http.Server with a thread per connection and an arena per request, Postgres via pg.zig, argon2id from std.crypto.pwhash, and a hand-rolled HS256 JWT in about 70 lines. No web framework.
Updated 2026-09-27 21:26:33 +02:00
blog-zig-mongo
Template
The blog engine API in Zig 0.16 on MongoDB: std.http.Server with a thread per connection and an arena per request, the official C driver (libmongoc) used directly through @cImport, argon2id from std.crypto.pwhash, and a hand-rolled HS256 JWT. No web frame
Updated 2026-09-27 21:26:29 +02:00