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.
Philippe Pittoli 4ba5aa93f3
Add a simple example.
6 months ago
..
src Add a simple example. 6 months ago
.gitignore Add 2 crystal LibIPC examples. 10 months ago
README.md Update all READMEs. 10 months ago
makefile Add two examples: input2ipc and fromipc (serialization of IPC messages). 7 months ago
makefile.user More options for websocat. 6 months ago
shard.yml Add two examples: input2ipc and fromipc (serialization of IPC messages). 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