Philippe Pittoli bb6fc237e8 | ||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
makefile | ||
shard.yml |
README.md
LibIPC examples
Crystal LibIPC examples, using libipc bindings shard.
Installation
# Compiles all examples.
shards build
Currently there are 2 examples:
- pongd (server): repeating every message
- pong (client): sending a message to the pong service and waiting for response
Usage
# Run the service
./bin/pongd # run the service
./bin/pong # run the client
LICENCE
ISC