https://github.com/raksa/socketio-cpp-lib
The repository for support build library for Socket.io-client c++, purpose usage for cocos2d-x
https://github.com/raksa/socketio-cpp-lib
cocos2d library socket socketio
Last synced: 5 months ago
JSON representation
The repository for support build library for Socket.io-client c++, purpose usage for cocos2d-x
- Host: GitHub
- URL: https://github.com/raksa/socketio-cpp-lib
- Owner: raksa
- Created: 2016-09-13T17:47:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T15:18:42.000Z (over 8 years ago)
- Last Synced: 2025-08-01T19:36:42.274Z (5 months ago)
- Topics: cocos2d, library, socket, socketio
- Language: C++
- Homepage:
- Size: 27 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Current testing usage with cocos2d-x game engine
```
boost-1.50.0
```
## win32
```
msvc-12.0 (Microsoft Visual Studio 2013)
project dependencies in ./sio-client/win32/proj.win32
```
## android
```
arm: ndk-r10e
ndk-module in ./sio-client/android
```
## iOS
```
xcode-7.3.1
iOS-9.3
sioclient.xcodeproj
project dependencies in ./sio-client/ios/sioclient.xcodeproj
```
References
-----------------------
* [socket.io-client-cpp](https://github.com/socketio/socket.io-client-cpp)
* [boost-android-prebuilt](https://github.com/mcxiaoke/boost-ndk)
* [boost-iOS-build](https://github.com/alist/boostmake_ios)
Others
-----------------------
* welcome for any help