https://github.com/ifonso/zig-networking
Just a learning project (posix sockets and networking with zig)
https://github.com/ifonso/zig-networking
networking posix zig
Last synced: 11 months ago
JSON representation
Just a learning project (posix sockets and networking with zig)
- Host: GitHub
- URL: https://github.com/ifonso/zig-networking
- Owner: ifonso
- License: mit
- Created: 2025-07-08T01:04:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T01:15:10.000Z (12 months ago)
- Last Synced: 2025-07-10T10:30:53.845Z (12 months ago)
- Topics: networking, posix, zig
- Language: Zig
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZIG Networking
A simple Zig tcp client and server example, made for learning purposes.
## Running the Example
To compile and run the client example, use:
```bash
zig build example_client
```
To compile and run the server example, use:
```bash
zig build example_server
```