An open API service indexing awesome lists of open source software.

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

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
```