Skip to content

ibuibu/zig-udp-echo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Zig implementation of Simple UDP Echo Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages