libipc-examples/crystal
Philippe Pittoli 4ed4471c18 Add 2 crystal LibIPC examples. 2023-02-08 09:48:37 +01:00
..
src Add 2 crystal LibIPC examples. 2023-02-08 09:48:37 +01:00
.gitignore Add 2 crystal LibIPC examples. 2023-02-08 09:48:37 +01:00
README.md Add 2 crystal LibIPC examples. 2023-02-08 09:48:37 +01:00
shard.yml Add 2 crystal LibIPC examples. 2023-02-08 09:48:37 +01:00

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