We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
your best shot would be trying to compile libpitaya in a way you can interop with it from Vue https://github.com/topfreegames/libpitaya
Sorry, something went wrong.
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
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: