Open Tzuhany opened 8 months ago
your best shot would be trying to compile libpitaya in a way you can interop with it from Vue https://github.com/topfreegames/libpitaya
or you can venture yourself in trying to build the WS client using the conn package as reference for protocol https://github.com/topfreegames/pitaya/tree/main/conn
If I want to use Vue to create a client, what kind of data encoding format should I use to interact with the Pitaya server via WebSocket?