JME - Application Documentation
    Preparing search index...

    Type Alias NetMessage

    NetMessage:
        | { appdata: SharedState; type: "INIT_CONFIG" }
        | { type: "REQUEST_CONFIG" }
        | { type: "START" }
        | { type: "PAUSE" }
        | { type: "RESUME" }
        | { type: "HALT" }
        | { type: "PING" }

    All possible messages sent between peers