libipc-examples/crystal
Philippe Pittoli d187d02de7 'input2ipc' and 'fromipc' handle multiple messages. 2023-05-15 15:46:04 +02:00
..
src 'input2ipc' and 'fromipc' handle multiple messages. 2023-05-15 15:46:04 +02:00
.gitignore
README.md
makefile
shard.yml

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