Skip to content

BasicDescription

turleo edited this page Dec 12, 2020 · 2 revisions

Basic description

of command syntaxis

content type

All messages between server and client are json

Example message:

{
    "type": "new",
    "name": "a"
}

type

type is a field, that describes message type (here all types)

arguments

Another arguments, different for every message type

Clone this wiki locally