An open API service indexing awesome lists of open source software.

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.

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
```