Skip to main content

echo Binding

BindingServer

echo Binding

Zilla runtime echo binding.

echo_server:
    type: echo
    kind: server

 

Summary

This binding supports the echo protocol and is run with the server behavior. It reads inbound messages and writes it back to the sender.

Configuration

Properties

* required

kind*

enum [ "server" ]

Behaves as an echo server.

kind: server

* required