https://github.com/nwtgck/piping-server-zig
Piping Server in Zig (experimental)
https://github.com/nwtgck/piping-server-zig
piping-server zig
Last synced: about 1 year ago
JSON representation
Piping Server in Zig (experimental)
- Host: GitHub
- URL: https://github.com/nwtgck/piping-server-zig
- Owner: nwtgck
- License: mit
- Created: 2023-04-15T08:08:29.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-11T13:28:09.000Z (about 3 years ago)
- Last Synced: 2025-06-14T09:05:22.743Z (about 1 year ago)
- Topics: piping-server, zig
- Language: Zig
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# piping-server-zig
[Piping Server](https://github.com/nwtgck/piping-server) in [Zig](https://github.com/ziglang/zig) (experimental)
## Run
```bash
zig run main.zig
```
Use master Zig version:
https://github.com/nwtgck/piping-server-zig/blob/develop/.github/workflows/ci.yml#L6
## Other implementations
* Original:
* Rust:
* Go: