about summary refs log tree commit diff homepage
path: root/README.md
blob: ed776577255976e3f2806164ebcc955fe206df48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ziggetty

[Ziggetty](http://ziggetty.terin.ee) is a simple HTTP server for static web sites.

* [Source code](https://git.terinstock.com/plugins/gitiles/ziggetty/)
* [Open changes](https://git.terinstock.com/q/status:open+project:ziggetty)

Ziggetty is written in the [Zig Programming Language](https://ziglang.org/), and currently
requires a version compiled from trunk.

## Quick Start

A development build can be built from the source code:

```console
$ git clone https://git.terinstock.com/ziggetty
$ zig build-exe main.zig
$ ./main &
$ curl http://localhost:8080
```

Tagged releases, along with binaries, will begin shortly.