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

https://github.com/purinx/zig-http

Http server Implementation in Zig.
https://github.com/purinx/zig-http

Last synced: over 1 year ago
JSON representation

Http server Implementation in Zig.

Awesome Lists containing this project

README

          

# Zig-HTTP

Http server implementation in Zig.

## Install Zig

see https://ziglang.org/learn/getting-started/#installing-zig

## Run Server

```sh
$ git clone https://github.com/caburchin/zig-http.git
$ zig build run
```