https://github.com/zon-dev/zinc-examples
Examples of Zinc framework.
https://github.com/zon-dev/zinc-examples
backend framework web web-framework zig ziglang zinc
Last synced: about 1 month ago
JSON representation
Examples of Zinc framework.
- Host: GitHub
- URL: https://github.com/zon-dev/zinc-examples
- Owner: zon-dev
- Created: 2024-04-13T10:51:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T07:35:44.000Z (3 months ago)
- Last Synced: 2025-03-19T08:46:16.375Z (about 1 month ago)
- Topics: backend, framework, web, web-framework, zig, ziglang, zinc
- Language: Zig
- Homepage: https://zinc.zon.dev/
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Zinc Examples
---This repository contains a number of ready-to-run examples demonstrating various use cases of Zinc.
```
git clone https://github.com/zon-dev/zinc-examples.git
cd zinc-examples
zig fetch --save https://github.com/zon-dev/zinc/archive/refs/heads/main.zip
zig build
```All samples in the `examples` folder. Run one of the sample use command `zig build run-{sample_name}`. E.g.
```
zig build run-basic
```