Install
Echo-D is available on NPM.
Import
First things first, import Echo-D into your code.
Echo-D requires a few things to get started.
Options are used to configure the behavior of Echo-D.
Context
Context is used to provide a context to Echo-D.
Storage is used to provide a custom way to store state in Echo-D.
Echo-D
Now that we have our options and context, we can create an instance of Echo-D.
Using Echo-D to synchornize entity-component state to other Echo-D instances:
Using Echo-D to create entity-component state:
Using Echo-D to send updated entity-component state: