diff --git a/engine/README.md b/engine/README.md new file mode 100644 index 0000000..e3f0ef2 --- /dev/null +++ b/engine/README.md @@ -0,0 +1,3 @@ +# Engine + +Sends UDP messages between the components. UDP messages contain a wrapper of the domain message (an action specification, plus payload) encoded using flat buffers. Each action should result in a response. Each action must be idempotent. Each message must include a vector clock timestamp to avoid repeated delivery and/or late messages. \ No newline at end of file