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.
- Host: GitHub
- URL: https://github.com/purinx/zig-http
- Owner: purinx
- Created: 2024-08-22T00:38:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:33:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T14:12:24.627Z (over 1 year ago)
- Language: Zig
- Size: 9.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```