https://github.com/andreiyard/network-programming
Repository to try and learn network programming using C and Zig
https://github.com/andreiyard/network-programming
c network-programming sockets zig
Last synced: about 2 months ago
JSON representation
Repository to try and learn network programming using C and Zig
- Host: GitHub
- URL: https://github.com/andreiyard/network-programming
- Owner: andreiyard
- Created: 2025-01-09T23:24:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T20:48:42.000Z (over 1 year ago)
- Last Synced: 2025-03-24T04:21:14.730Z (over 1 year ago)
- Topics: c, network-programming, sockets, zig
- Language: Zig
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Network programming
This is my small repository to try and learn network programming using C and Zig programming languages
## How to build and run?
```
zig build -Dtarget_exe= run --
```
For example:
```
zig build -Dtarget_exe=showip.zig run -- example.com
```