The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
{
  "version": 1.0,
  "apps":{
    "weather":{
      "context": { "iothreads": 1 },
      "devices":{
        "client":{
          "sockets":{
            "subscriber":{
              "type": "sub",
              "connect": "tcp://localhost:5556"
            }
          }
        },
        "server":{
          "sockets":{
            "publisher":{
              "type": "pub",
              "bind": "tcp://*:5556"
            }
          }
        }
      }
    }
  }
}