Websocket server that emits all of the events of SkyTemples event system via JSON to all connected clients.
Listens on port 45546.
All events are emitted using the following JSON object:
event
: Name of the eventargs
: All positional arguments passed with the event (as an array).kwargs
: All keyword arguments passed with the event (as an object).
As of writing there is no documentation on which events exist yet, but if there is in the future, you will find it in the main SkyTemple repository, most likely inside the "docs" subdirectory.