Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 634 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 634 Bytes

Ziggetty

Ziggetty is a simple HTTP server for static web sites.

Ziggetty is written in the Zig Programming Language, and currently requires a version compiled from trunk.

Quick Start

A development build can be built from the source code:

$ 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.