-
Notifications
You must be signed in to change notification settings - Fork 215
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
have any sample for websocket client ? #66
Comments
Now,I have get how to recevie message,but how to parse message?
|
Hi, I see that you are working on the C++ side, why don't you use lua directly? You will find the documentation on this page. Though if you really want to go with c++ you should download MonaServer2 and compile MonaTiny (the most up-to-date version of Mona but without lua support for now). Then there are 2 ways to read your arguments in the MonaTiny::onInvocation function :
onInvocation function :
TestWriter structure :
I hope this will help you. For information you can test fast with the Simple Web Socket Firefox addon. |
hi,do you have any sample for websocket client which connect monaserver.
because I want to connect monaserver whit websocket in android /ios.
thanks.
The text was updated successfully, but these errors were encountered: