ifonso/zig-networking
Just a learning project (posix sockets and networking with zig)
A simple Zig tcp client and server example, made for learning purposes.
To compile and run the client example, use:
zig build example_client
To compile and run the server example, use:
zig build example_server