libipc-examples/crystal
Philippe Pittoli 4ba5aa93f3 Add a simple example. 2023-05-27 22:11:56 +02:00
..
src Add a simple example. 2023-05-27 22:11:56 +02:00
.gitignore Add 2 crystal LibIPC examples. 2023-02-08 09:48:37 +01:00
README.md Update all READMEs. 2023-02-09 16:26:29 +01:00
makefile Add two examples: input2ipc and fromipc (serialization of IPC messages). 2023-05-14 14:39:30 +02:00
makefile.user More options for websocat. 2023-05-27 22:11:20 +02:00
shard.yml Add two examples: input2ipc and fromipc (serialization of IPC messages). 2023-05-14 14:39:30 +02:00

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