Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 209 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 209 Bytes

Zig UDP Echo Server

A Zig implementation of Simple UDP Echo Server

Usage

server start (set ip address and port)

zig build run -- 127.0.0.1 8001

client test

nc -u 127.0.0.1 8001