Networking
#638
-
I noticed websockets were replaced with yasio. I want to use Nakama client sdk for cocos2d-x in adxe. I do not know how that sdk can be translated to adxe. Any help. https://github.com/heroiclabs/nakama-cocos2d-x |
Beta Was this translation helpful? Give feedback.
Answered by
rh101
Jun 1, 2022
Replies: 1 comment 1 reply
-
Have you tried compiling it with ADXE? If you need the WebSockets code that exists in cocos2d-x but not ADXE, then just add the cocos2d-x WebSocket.cpp and .h files to your own project, then add the third-party WebSocket library as well, and link them all up in your CMakeLists.txt. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
halx99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried compiling it with ADXE? If you need the WebSockets code that exists in cocos2d-x but not ADXE, then just add the cocos2d-x WebSocket.cpp and .h files to your own project, then add the third-party WebSocket library as well, and link them all up in your CMakeLists.txt.