Skip to content
New issue

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

Data encoding format for websocket communication between vue client and pitaya server #388

Open
Tzuhany opened this issue Mar 8, 2024 · 2 comments

Comments

@Tzuhany
Copy link

Tzuhany commented Mar 8, 2024

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?

@felipejfc
Copy link
Contributor

your best shot would be trying to compile libpitaya in a way you can interop with it from Vue https://github.com/topfreegames/libpitaya

@felipejfc
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants