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.
|
6 months ago | |
---|---|---|
.. | ||
src | 6 months ago | |
.gitignore | 10 months ago | |
README.md | 10 months ago | |
makefile | 7 months ago | |
makefile.user | 6 months ago | |
shard.yml | 7 months ago |
README.md
Crystal LibIPC examples, using libipc bindings shard.
Build
# Compiles all examples.
make
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
LICENSE
ISC