You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
.. | ||
lib | 10 months ago | |
src | 10 months ago | |
README.md | 10 months ago | |
build.zig | 10 months ago | |
makefile | 10 months ago |
README.md
Zig LibIPC examples:
pong
and pongd
(as you find in all other examples).
tcpd
and ipcd
, to make any LibIPC application network-ready.
Documentation will come soon for these.
Build
# Compiles all examples.
make
Several options are available.
# Compiles all examples.
make STATIC=1 # Build static executables.
make ZIG_OPTIM=ReleaseSmall # Build small executables.
Read the makefile.
Usage
./zig-out/bin/pongd # run the service
./zig-out/bin/pong # run the client
LICENSE
ISC