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

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)

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