This directory contains simple examples showing how to use various features of the Caryatid framework:
- Simple pub-sub - the simplest example of publish and subscribe using JSON messages
- Basic request - a request-response model using JSON messages
- Multi-channel subscription - an example of subscribing to multiple channels
- Typed messages - using standard and custom typed messages
- REST Server - how to provide a REST endpoint mapped to request messages
- Performance testing - Testing raw performance of the internal and external buses
- Haskell - Demonstrating interoperability with Haskell code