1
0
Fork
You've already forked mongooze
0
mongoose usage in zig
  • Zig 87.3%
  • Dockerfile 12.7%
Find a file
2026年05月15日 21:46:01 +02:00
src add podman image targets 2026年05月15日 21:31:32 +02:00
.gitignore initialize repository 2026年05月10日 22:31:40 +02:00
build.zig add minisig verification 2026年05月15日 21:42:48 +02:00
build.zig.zon add podman image targets 2026年05月15日 21:31:32 +02:00
Dockerfile update alpine image version 2026年05月15日 21:46:01 +02:00
README.md add podman image targets 2026年05月15日 21:31:32 +02:00

A simple application using the Mongoose library in Zig.

Build

zig fetch --save=mongoose https://github.com/cesanta/mongoose/archive/refs/tags/7.21.tar.gz

Use zig build to build, zig build run to run.

Use zig build image to build a container image with Podman. The image name can be specified with -Dname=....

Use zig build up to build and run a container image with Podman. The host port can be specified with -Dport=....