https://github.com/zon-dev/zinc-docs
Zinc is a high-performance HTTP web framework written in Zig(Ziglang). https://zinc.zon.dev
https://github.com/zon-dev/zinc-docs
documentation zig ziglang
Last synced: about 1 year ago
JSON representation
Zinc is a high-performance HTTP web framework written in Zig(Ziglang). https://zinc.zon.dev
- Host: GitHub
- URL: https://github.com/zon-dev/zinc-docs
- Owner: zon-dev
- License: mit
- Created: 2024-03-19T12:44:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T11:32:44.000Z (about 1 year ago)
- Last Synced: 2025-03-10T01:01:53.756Z (about 1 year ago)
- Topics: documentation, zig, ziglang
- Language: TypeScript
- Homepage: https://zinc.zon.dev
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zinc-docs
---
Zinc is a high-performance HTTP web framework written in Zig(Ziglang).
### Run the website.
```sh
cp example.env .env && docker compose up -d
```