Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-11T13:28:09.000Z (over 1 year ago)
- Last Synced: 2024-10-26T12:35:42.108Z (3 months 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: